Enumerate Aws Regions
Get the available regions for specified AWS cloud account
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
CloudAccount specification
{
"accessKeyId": "ACDC55DB4MFH6ADG75KK",
"secretAccessKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"createDefaultZones": true,
"name": "string",
"description": "string",
"regionIds": [
"string"
],
"tags": [
{
"value": "string",
"key": "string"
}
]
}
Aws Access key ID
Aws Secret Access Key
Create default cloud zones for the enabled regions.
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
A set of Region names to enable provisioning on. Refer to /iaas/cloud-accounts-aws/region-enumeration..
successful operation
{
"externalRegionIds": [
"string"
]
}
A set of region ids for the cloud account.
Invalid Request - bad data
Forbidden