ImageListResponse 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"
},
"pagination": {
"first": "string",
"last": "string",
"next": "string",
"prev": "string"
},
"warnings": [
{
"code": "string",
"message": "string"
}
]
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
data Array of Image objects |
read-only |
|||
errors Array of ApiMessage objects |
read-only |
|||
meta ApiMetaContainer object |
read-only |
|||
pagination ApiPagination object |
read-only |
|||
warnings Array of ApiMessage objects |
read-only |