Queries the supported zones.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /zones HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"requestId": "AF9A8B10-C426-530F-A0DD-96320B39****",
"success": true,
"data": [
{
"zoneId": "cn-qingdao-b",
"zoneName": "ha-cn-t9b30w902vm_qrs",
"createTime": "2022-08-01 20:05:50",
"updateTime": "2022-08-01 20:05:50"
}
],
"code": "Topic.NotFound",
"message": "Parameter instanceId is mandatory for this action .",
"httpStatusCode": 200,
"dynamicCode": "InstanceId",
"dynamicMessage": "InstanceId"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-23 | The internal configuration of the API is changed, but the call is not affected | View Change Details |