Skip to main content
Version: latest

Retrieves a list of CoxEdge regions for the specified account

GET 

/v1/clouds/coxedge/regions

Retrieves a list of CoxEdge regions for the specified account

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific AWS cloud account

    organizationId string

    CoxEdge organization id

    service string

    CoxEdge service name

    environment string

    CoxEdge environment name

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    regions

    object[]

    required

  • Array [

  • codestring

    Code of the CoxEdge region

    location

    object

    Cluster location information

    countryCodestring

    country code for cluster location

    countryNamestring

    country name for cluster location

    geoLoc

    object

    Geolocation Latlong entity

    latitudefloat64

    Latitude of a resource

    longitudefloat64

    Longitude of a resource

    regionCodestring

    region code for cluster location

    regionNamestring

    region name for cluster location

    namestring

    Name of the CoxEdge region

  • ]

Loading...