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
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
regions
object[]
required
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
{
"regions": [
{
"code": "string",
"location": {
"countryCode": "string",
"countryName": "string",
"geoLoc": {
"latitude": 0,
"longitude": 0
},
"regionCode": "string",
"regionName": "string"
},
"name": "string"
}
]
}
Loading...