Get Regions
Get list of regions
Query Parameters
- type RegionType
Possible values: [
DEFAULT
,AZURE
,AWS
,USER_CREATED
,OCI
,GCP
]Region type to be filtered
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
regions object[]
Regions list
id int32name stringdisplayName stringregionType RegionTypePossible values: [
DEFAULT
,AZURE
,AWS
,USER_CREATED
,OCI
,GCP
]Type of region
locations object[]
Possible values:
>= 1
List of locations in the region
city stringstate stringcountry stringassociatedServers int32Number of servers associated to the region
associatedRegionBasedPlans int32Number of plans associated to the region
{
"regions": [
{
"id": 0,
"name": "string",
"displayName": "string",
"regionType": "DEFAULT",
"locations": [
{
"city": "string",
"state": "string",
"country": "string"
}
],
"associatedServers": 0,
"associatedRegionBasedPlans": 0
}
]
}
Loading...