Skip to main content

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

Responses

(empty)

Schema

    regions

    object[]

    required

    List of AWS regions

  • Array [

  • 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

  • ]

Loading...