{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
}
}
curl --location --request POST 'http://localhost:8080/api/v1/cloudregionsTbl/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
}
}'
{
"content": {
"resources": [
{
"localName": "string",
"regionEndpoint": "string",
"regionId": "string",
"status": "string"
}
]
},
"errorCode": "string",
"errorMsg": "string",
"msg": "string",
"success": true
}