DescribeZones
更新时间:2024-12-20 09:01:21
PDF
获取可访问的区域列表。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
zones.n |
String |
区域ID |
No |
status.n |
String |
区域状态,有效值为 active, faulty, defunct。 |
No |
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
zone_set |
Array |
JSON 格式的区域数据列表,每项数据可见下面 ResponseItemType |
total_count |
Integer |
根据过滤条件得到的区域总数 |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
ResponseItemType
Name | Type | Description |
---|---|---|
zone_id |
String |
区域ID |
status |
String |
区域状态,有效值为 active, faulty, defunct。
|
请求示例
https://api.qingcloud.com/iaas/?action=DescribeZones
&COMMON_PARAMS
返回示例
{
"action":"DescribeZonesResponse",
"total_count":1,
"zone_set":[
{
"status":"active",
"zone_id":pek3a
},
{
"status":"active",
"zone_id":gd2
},
{
"status":"active",
"zone_id":ap2a
}
],
"ret_code":0
}