{
"cloudproviderregion": {},
"count": 1
}
curl --location --request POST 'https://example.com:30888/cloudproviderregions' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudproviderregion": {},
"count": 1
}'
{
"cloudproviderregion": {
"can_delete": true,
"can_update": true,
"capabilities": [
"string"
],
"cloudaccount": "googl-account",
"cloudaccount_domain_id": "0df40413-eb69-49c7-895e-618ddeb80f55",
"cloudaccount_id": "fa4aaf88-aed8-422d-84e7-56dea533b364",
"cloudprovider": "string",
"cloudprovider_sync_status": "string",
"cloudregion": "string",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"last_sync_cost": "string",
"region": "Default",
"region_ext_id": "59e7bc87-a6b3-4c39-8f02-c68e8243d4e4",
"region_external_id": "ZStack/59e7bc87-a6b3-4c39-8f02-c68e8243d4e4",
"region_id": "default",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}