調用DescribeZones查詢用戶的zone列表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeZones |
系統規定參數。取值:DescribeZones。 |
Lang | String | 否 | en |
語言。 |
PageNumber | Integer | 否 | 1 |
當前頁數,起始值為1,默認為1。 |
PageSize | Integer | 否 | 100 |
分頁查詢時設置的每頁行數,最大值100,默認為20。 |
Keyword | String | 否 | test |
關鍵字,按照“%KeyWord%”模式搜索,不區分大小寫。 |
SearchMode | String | 否 | LIKE |
搜索模式。取值:
|
QueryRegionId | String | 否 | cn-hangzhou |
所屬地域ID。 |
QueryVpcId | String | 否 | vpc-xxxxx |
VPC ID。 |
ResourceGroupId | String | 否 | rg-xxxxx |
資源組ID。 |
ZoneType | String | 否 | CLOUD_PRODUCT_ZONE |
Zone查詢類型;默認取值AUTH_ZONE,查權威Zone列表。 取值范圍:
|
ZoneTag.N | RepeatList | 否 | BLINK |
|
ResourceTag.N.Key | String | 否 | env |
資源標簽鍵。 |
ResourceTag.N.Value | String | 否 | daily |
資源標簽值。 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
PageNumber | Integer | 1 |
頁碼。 |
PageSize | Integer | 20 |
頁面大小。 |
RequestId | String | 6856BCF6-11D6-4D7E-AC53-FD579933522B |
請求ID。 |
TotalItems | Integer | 3 |
總個數。 |
TotalPages | Integer | 3 |
總頁數。 |
Zones | Array of Zone |
zone列表。 |
|
Zone | |||
CreateTime | String | 2017-12-28T13:08Z |
創建時間。 |
CreateTimestamp | Long | 1514466483000 |
創建時間(時間戳)。 |
IsPtr | Boolean | true |
|
ProxyPattern | String | ZONE |
|
RecordCount | Integer | 2 |
解析記錄數。 |
Remark | String | test |
zone備注信息。 |
ResourceGroupId | String | rg-xxxxx |
資源組ID。 |
ResourceTags | Array of ResourceTag |
資源標簽列表。 |
|
ResourceTag | |||
Key | String | env |
資源標簽鍵。 |
Value | String | daily |
資源標簽值。 |
UpdateTime | String | 2018-01-03T08:57Z |
更新時間。 |
UpdateTimestamp | Long | 1514969843000 |
更新時間(時間戳)。 |
ZoneId | String | ICAgICAgI_24 |
zone ID。 |
ZoneName | String | test.com |
zone名稱。 |
ZoneTag | String | BLINK |
云產品類型:
|
ZoneType | String | CLOUD_PRODUCT_ZONE |
Zone類型:
|
示例
請求示例
http(s)://pvtz.aliyuncs.com/?Action=DescribeZones
&<公共請求參數>
正常返回示例
XML
格式
<PageSize>20</PageSize>
<RequestId>6856BCF6-11D6-4D7E-AC53-FD579933522B</RequestId>
<PageNumber>1</PageNumber>
<TotalPages>3</TotalPages>
<TotalItems>3</TotalItems>
<Zones>
<Zone>
<ZoneName>test.com</ZoneName>
<ResourceGroupId>rg-xxxxx</ResourceGroupId>
<ZoneId>ICAgICAgI_24</ZoneId>
<ProxyPattern>ZONE</ProxyPattern>
<ZoneTag>BLINK</ZoneTag>
<CreateTime>2017-12-28T13:08Z</CreateTime>
<UpdateTime>2018-01-03T08:57Z</UpdateTime>
<UpdateTimestamp>1514969843000</UpdateTimestamp>
<CreateTimestamp>1514466483000</CreateTimestamp>
<RecordCount>2</RecordCount>
<IsPtr>true</IsPtr>
<ZoneType>CLOUD_PRODUCT_ZONE</ZoneType>
<Remark>test</Remark>
<ResourceTags>
<ResourceTag>
<Value>daily</Value>
<Key>env</Key>
</ResourceTag>
</ResourceTags>
</Zone>
</Zones>
JSON
格式
{
"PageSize": "20",
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
"PageNumber": "1",
"TotalPages": "3",
"TotalItems": "3",
"Zones": {
"Zone": [
{
"ZoneName": "test.com",
"ResourceGroupId": "rg-xxxxx",
"ZoneId": "ICAgICAgI_24",
"ProxyPattern": "ZONE",
"ZoneTag": "BLINK",
"CreateTime": "2017-12-28T13:08Z",
"UpdateTime": "2018-01-03T08:57Z",
"UpdateTimestamp": "1514969843000",
"CreateTimestamp": "1514466483000",
"RecordCount": "2",
"IsPtr": "true",
"ZoneType": "CLOUD_PRODUCT_ZONE",
"Remark": "test",
"ResourceTags": {
"ResourceTag": [
{
"Value": "daily",
"Key": "env"
}
]
}
}
]
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。