ImageDetailsResponse object

Example JSON representation

{
  "data": {
    "added": "2013-01-01T12:34:56.789Z",
    "architecture": "i386",
    "cloudFeatures": {
      "type": "ImageCloudFeatures"
    },
    "cloudImageId": "string",
    "cloudInitInstalled": true,
    "cloudLocation": "string",
    "cloudPlatform": "ec2",
    "deprecated": true,
    "id": "string",
    "lastUsed": "2013-01-01T12:34:56.789Z",
    "name": "string",
    "os": {
      "id": "string"
    },
    "scalrAgentInstalled": true,
    "scope": "scalr",
    "size": 1,
    "source": "Manual",
    "status": "active",
    "statusError": "string",
    "type": "string"
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
Image object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object