Platform Operations/Platforms
GETRegionSince 1.1.0SynchronousAuth Required
ListRegions
List Regions with pagination and optional platform or product type filters.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
pageIntegerPage number (1-based)
Example: 0
pageSizeIntegerMaximum number of items per page
Example: 0
platformIdStringOptional: filter by platform UUID
productTypeStringOptional: filter by product type
Responses
Endpoint
GET/api/v1/regions
/api/v1/regions
Request Example
curl -X GET '{host}/api/v1/regions?page=1&pageSize=20' -H 'Authorization: Bearer {token}'
Response Example
200{"regions": [{"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}}], "total": 10}Change History
This API has no change history records yet.
