Get Plans of a region
Select
SaaS
Customer Managed
Get Plans Associated To This Region
Path Parameters
- regionId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Regions For Plans
Schema
regions object[]
regionType integerregionEntity object
regionId integerdisplayName stringregionName stringregionPlans object
numOfPlans integerregionClients object
numOfClients integerzones object
zone object[]
continent stringcountry stringcity stringlatitude integerstate stringlongitude integerzoneEntity object
zoneId integerzoneName string
{
"regions": [
{
"regionType": 0,
"regionEntity": {
"regionId": 0,
"displayName": "string",
"regionName": "string"
},
"regionPlans": {
"numOfPlans": 0
},
"regionClients": {
"numOfClients": 0
},
"zones": {
"zone": [
{
"continent": "string",
"country": "string",
"city": "string",
"latitude": 0,
"state": "string",
"longitude": 0,
"zoneEntity": {
"zoneId": 0,
"zoneName": "string"
}
}
]
}
}
]
}
{
"regions": [
{
"regionType": 3,
"regionEntity": {
"regionId": 70,
"displayName": "region1",
"regionName": "region1"
},
"regionPlans": {
"numOfPlans": 0
},
"regionClients": {
"numOfClients": 0
},
"zones": {
"zone": [
{
"continent": "",
"country": "usa",
"city": "Tinton Falls",
"latitude": 10,
"state": "NJ",
"longitude": 20,
"zoneEntity": {
"zoneId": 251,
"zoneName": "Tinton Falls_NJ_usa"
}
}
]
}
}
]
}
Loading...