DescribeProjectResourceZones
获取项目区域资源。
请求参数
| Parameter name |
Type |
Description |
Required |
| action |
String |
DescribeProjectResourceZones(获取项目区域资源) |
true |
| project_id |
String |
项目id |
true |
| owner |
String |
所有者id |
true |
| zone |
String |
不同区域的id |
true |
响应消息
| Parameter name |
Type |
Description |
| action |
String |
DescribeProjectResourceZonesResponse |
| total_count |
Integer |
根据过滤条件得到的规则总数 |
| ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
| project_resource_zones_set |
Array |
项目区域资源集合 |
示例
请求示例
https://api.qingcloud.com/iaas/?action=DescribeProjectResourceZones
&owner=usr-WantwZJ8
&zone=test
&project_id=pj-xzvlxlb5
响应示例
{
"action": "DescribeProjectResourceZonesResponse",
"project_resource_zones_set": [
""
],
"ret_code": 0,
"total_count": 1
}