获取项目区域资源。

请求参数

参数 类型 描述 是否必选

action

String

DescribeProjectResourceZones(获取项目区域资源)

true

project_id

String

项目 id

true

owner

String

所有者 id

true

zone

String

不同区域的 id

true

响应消息

参数 类型 描述

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
}