POST /api/v2/vm HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeImages
<Common Request Params>
Request:
{
"zoneId": "FRA-A",
"osType": "linux",
"pageSize": 3
}
Response:
{
"requestId": "T6818FFFC-B917-4E46-8BEC-D8BBD8FA2AA5",
"response": {
"requestId": "T6818FFFC-B917-4E46-8BEC-D8BBD8FA2AA5",
"dataSet": [
{
"imageVersion": "18.04",
"imageId": "img-EVhEsCuXhCN0urZ7Vt77oOr6K",
"imageName": "Ubuntu Server 18.04 LTS x86 64-bit",
"imageDescription": null,
"osType": "linux",
"imageSize": "30",
"imageStatus": "AVAILABLE",
"category": "Ubuntu",
"imageType": "PUBLIC_IMAGE"
},
{
"imageVersion": "11.5",
"imageId": "img-MJHkbWzEl9anNobblDtpRTDPB",
"imageName": "Debian 11.5 Amd x86 64-bit",
"imageDescription": null,
"osType": "linux",
"imageSize": "30",
"imageStatus": "AVAILABLE",
"category": "Debian",
"imageType": "PUBLIC_IMAGE"
},
{
"imageVersion": "7.4",
"imageId": "img-3ELi56cECstEUqmcQzqIGdiuB",
"imageName": "CentOS 7.4.1708 x86 64-bit",
"imageDescription": null,
"osType": "linux",
"imageSize": "30",
"imageStatus": "AVAILABLE",
"category": "CentOS",
"imageType": "PUBLIC_IMAGE"
}
],
"totalCount": 7
}
}