Get Region Details
Get details of the region
Path Parameters
- regionId string required
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
Region ID
- name string
Region name
- displayName string
Display name for the region
- regionType RegionType
Possible values: [
DEFAULT
,AZURE
,AWS
,USER_CREATED
,OCI
,GCP
]Type of region
locations object[]
associatedServers object
associatedRegionBasedPlans object
{
"id": 0,
"name": "string",
"displayName": "string",
"regionType": "DEFAULT",
"locations": [
{
"continent": "string",
"country": "string",
"state": "string",
"city": "string",
"latitude": 0,
"longitude": 0,
"zone": {
"id": 0,
"name": "string"
}
}
],
"associatedServers": {
"serversCount": 0,
"servers": [
{
"server": {
"id": 0,
"name": "string"
},
"latitude": 0,
"longitude": 0
}
]
},
"associatedRegionBasedPlans": {
"plansCount": 0,
"plans": [
{
"plan": {
"id": 0,
"name": "string"
},
"associatedServers": 0,
"type": "Server"
}
]
}
}
Internal Server Error
GET /v4/regions/:regionid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Regions/:regionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'