Get Regions
Select
SaaS
Customer Managed
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
company object
id int32name stringglobalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status string
{
"regions": [
{
"id": 0,
"name": "string",
"displayName": "string",
"regionType": "DEFAULT",
"locations": [
{
"city": "string",
"state": "string",
"country": "string"
}
],
"associatedServers": 0,
"associatedRegionBasedPlans": 0,
"company": {
"id": 0,
"name": "string"
},
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
}
}
]
}
Loading...