Retrieves a list of AWS regions for the specified account
GET/v1/clouds/aws/regions
Retrieves a list of AWS regions for the specified account
Request
Query Parameters
cloudAccountUid stringrequired
Uid for the specific AWS cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
regions
object[]
required
List of AWS regions
endpointstring
AWS offer a regional endpoint that can used to make requests
namestring
Name of the AWS region
optInStatusstring
Enable your account to operate in the particular regions
{
"regions": [
{
"endpoint": "string",
"name": "string",
"optInStatus": "string"
}
]
}
Loading...