Querying Areas Where CloudPond Is Available
Function
This API is used to list the areas where CloudPond is available.
URI
GET /v1/{domain_id}/zones
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
domain_id |
Yes |
String |
Account ID in the URI. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
User token. |
|
X-Language |
No |
String |
Language of the information returned by the API. The default value is zh-cn. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
zones |
Array of ZoneDetail objects |
Area list. |
|
page_info |
PageInfo object |
Pagination information. |
Example Request
Querying areas where CloudPond is available
GET https://{ies_endpoint}/v1/{domain_id}/zones
Example Response
Status code: 200
successful operation
{
"zones" : [ {
"name" : "China",
"code" : "CN"
} ],
"page_info" : {
"current_count" : 1
}
}
Status Code
|
Status Code |
Description |
|---|---|
|
200 |
successful operation |
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot