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
Show optional properties
{
"name": "string",
"accessKeyId": "ACDC55DB4MFH6ADG75KK",
"secretAccessKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"regionIds": [
{}
]
}
{
"name": "string",
"description": "string",
"accessKeyId": "ACDC55DB4MFH6ADG75KK",
"secretAccessKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"regionIds": [
"string"
],
"createDefaultZones": true,
"tags": [
{
"key": "string",
"value": "string"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Aws Access key ID
Aws Secret Access Key
A set of Region names to enable provisioning on. Refer to /iaas/cloud-accounts-aws/region-enumeration..
Create default cloud zones for the enabled regions.
A set of tag keys and optional values to set on the Cloud Account
successful operation
"CloudAccountRegions Object"
A set of region ids for the cloud account.
Invalid Request - bad data
Forbidden
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"accessKeyId:"string","name:"string","regionIds":["string"],"secretAccessKey:"string"}' https://{api_host}/iaas/api/cloud-accounts-aws/region-enumeration