获取项目告警。

请求参数

参数 类型 描述 是否必选

action

String

DescribeProjectMembers(获取项目告警)

true

project_id

String

项目 id

true

zone

String

区域 id

false

offset

Integer

数据偏移量,默认为 0

false

limit

Integer

返回数据长度,默认为 999

false

响应消息

参数 类型 描述

action

String

DescribeProjectAlarmsResponse

total_count

Integer

根据过滤条件得到的规则总数

ret_code

Integer

执行成功与否,0 表示成功,其他值则为错误代码

project_resource_alarm_set

Array

告警数据媒体

示例

请求示例

https://api.qingcloud.com/iaas/?owner=usr-WantwZJ8
&zone=test
&project_id=pj-xzvlxlb5
&action=DescribeProjectAlarms
&offset=0&limit=999

响应示例

{
    "action": "DescribeProjectAlarmsResponse",
    "total_count": 0,
    "project_resource_alarm_set": [],
    "ret_code": 0
}