DescribeImages
Last updated
POST /api/v2/bmc HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeImages
<Common Request Params>
Response:
{
"requestId": "T4C35327C-7B13-47B8-A815-5E5213D4A9F9",
"response": {
"requestId": "T4C35327C-7B13-47B8-A815-5E5213D4A9F9",
"images": [
{
"imageId": "bd5faa16-39d2-4bbf-a5c8-b95a193b1626",
"imageName": "CentOS7.4-x86_64",
"catalog": "centos",
"imageType": "PUBLIC_IMAGE",
"osType": "linux"
}
]
}
}