{
"page": 0,
"pageSize": 0,
"imageType": "string",
"imageName": "string",
"datacenterKey": "string",
"status": "string"
}curl --location --request POST 'https://smsapi-formal.cloud.doo.com/cloud-client-machine/v1/pve-machine/image/get-list' \
--header 'Finovy-Access-Token: zabAehE5uHaAAGBiPIac3j' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"imageType": "string",
"imageName": "string",
"datacenterKey": "string",
"status": "string"
}'{
"code": 0,
"success": true,
"data": {
"data": [
{
"id": "rnsdQgMxyg",
"imageId": 396637859,
"imageType": "Windows",
"imageName": "我的算力镜像",
"imageSize": "80.00",
"datacenterKey": "HZ",
"status": 3,
"createTime": 1703065445000
}
],
"totalCounts": 12
},
"msg": "success",
"traceId": "12078706ae2842b085412471cdbfdb1a.2350.17097173263210817"
}