Skip to main content
Version: latest

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

(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...