Platform Operations/Platforms
GETRegionSince 1.1.0SynchronousAuth Required
GetRegion
Get one Region by UUID with computed statistics for detail views.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the Region to fetch
Responses
Endpoint
GET/api/v1/regions/{uuid}
/api/v1/regions/{uuid}
Request Example
curl -X GET '{host}/api/v1/regions/region-uuid' -H 'Authorization: Bearer {token}'
Response Example
200{"uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "beijing-dc1", "displayName": "Beijing DC-1", "description": "Primary datacenter in Beijing", "status": "Active", "createDate": "2026-01-15T08:00:00Z", "lastOpDate": "2026-01-15T08:00:00Z", "stats": {"cloudCount": 1, "connectionCount": 3, "zoneCount": 2, "clusterCount": 4, "hostCount": 10, "vmCount": 50, "k8sClusterCount": 2, "storageClusterCount": 1}}Change History
This API has no change history records yet.
