{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"diskType": "string",
"imageExternalId": "string",
"regionId": "string",
"zoneId": "string"
}
}
curl --location --request POST 'http://localhost:8080/api/v1/diskTbl/range' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"diskType": "string",
"imageExternalId": "string",
"regionId": "string",
"zoneId": "string"
}
}'
{
"content": {
"resources": [
{
"name": "string",
"type": "string"
}
]
},
"errorCode": "string",
"errorMsg": "string",
"msg": "string",
"success": true
}