List Grouped Regions
API code: LIST_GROUPED_REGIONS
Pre-authorized role(s): TENANT_USER
| TENANT_ADMIN
| PROVIDER_ADMIN
Platform(s): CLOUDIAN
List the detailed information of the regions, including platform, Cloud Director, health and many other essential states.
Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/grouped-regions
COPY
Responses
200
OK
Returns Array of RegionInfo of type(s) application/json
[
{
"region": "string",
"regionState": "string",
"lastUpdate": "string",
"ose": {
"endpoint": "string"
},
"connected": false,
"lastConnected": "string",
"platform": {
"name": "string",
"version": "string",
"logoUri": "string",
"accountId": "string",
"requiredServices": {
"requiredServices": "string"
},
"storageClasses": [
"string"
],
"regions": [
"string"
],
"health": {
"overallStatus": "string",
"overallMessages": [
"string"
],
"lastUpdate": "string"
}
},
"vcd": {
"site": "string",
"endpoint": "string"
}
}
]
Region Management Operations
POST
Add Region Endpoint
POST
Handoff Region Endpoint
GET
List Grouped Regions
GET
List Region Endpoints
PUT
Validate Region Endpoint