{
"regionID": "nm8",
"pageNo":1,
"pageSize":3,
"orgId": "d04fe053-382c-4470-a921-5c01007bd3c3"
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/ecs/snapshot/list-vdc' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"pageNo":1,
"pageSize":3,
"orgId": "d04fe053-382c-4470-a921-5c01007bd3c3"
}'{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"currentCount": 1,
"results": [
{
"azName": "az1",
"createdTime": "2022-10-31 T02:08:52Z",
"instanceID": "instance_uuidc4cb5146-a148-3427-0425-73dd2b81e60a",
"instanceStatus": "stopped",
"members": [
{
"diskID": "volume_idf0c85685-c038-46e3-84cd-9f41ca98938d",
"diskName": "volume_nameopenapi-ipType-volume_000",
"diskSize": 40,
"diskSnapshotID": "sid56ac8923-87c7-4970-a71c-552f0df34752",
"diskSnapshotStatus": "available",
"diskType": "string",
"isBootable": true,
"isEncrypted": true
}
],
"projectID": null,
"snapshotDescription": null,
"snapshotID": "73e30bcd-119b-9653-f864-a50150434a90",
"snapshotName": "mock ---- name snapshot_for_restore",
"snapshotStatus": "pending",
"updatedTime": "2022-10-31 T02:08:52Z"
}
],
"totalCount": 0,
"totalPage": 1
},
"statusCode": 800
}