{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"ids": [
"string"
],
"regionId": "string",
"zoneId": "string"
}
}
curl --location --request POST 'http://localhost:8080/api/v1/diskTbl/list/ids' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"ids": [
"string"
],
"regionId": "string",
"zoneId": "string"
}
}'
{
"content": {
"resources": [
{
"accessPath": "string",
"billingCycle": "string",
"billingType": "string",
"description": "string",
"diskFormat": "string",
"diskSizeMb": 0,
"diskType": "string",
"externalId": "string",
"fsFormat": "string",
"hostExternalId": "string",
"iops": 0,
"name": "string",
"regionExternalId": "string",
"status": "string",
"storageType": "string",
"templateId": "string",
"throughput": 0
}
]
},
"errorCode": "string",
"errorMsg": "string",
"msg": "string",
"success": true
}