查询最近告警列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /events/queryLastestEvents HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
monitorSourceId | Long | Body | 否 | 1000 | 监控源ID |
{
"monitorSourceId" : 1000
}
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | xxxxxx | Id of the request |
data | Array of 告警列表 | 告警列表 |
|
monitorSourceId | Boolean | 1000 | 监控源ID |
monitorSourceName | String | zabbix | 监控源名称 |
eventTime | String | 2020-01-01 18:30:00 | 告警上报时间 |
eventJson | String | {} | 告警内容 |
{
"requestId": "xxxxxx",
"data": { "monitorSourceId": false, "monitorSourceName": "zabbix", "eventTime": "2020-01-01 18:30:00", "eventJson": "{}" }
}
示例
请求示例
POST /events/queryLastestEvents HTTP/1.1
Host:gemp.aliyuncs.com
Content-Type:application/json
{
"monitorSourceId" : 1000
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<ListSourceEventsForMonitorSourceResponse>
<requestId>xxxxxx</requestId>
<data>
<monitorSourceId>false</monitorSourceId>
<monitorSourceName>zabbix</monitorSourceName>
<eventTime>2020-01-01 18:30:00</eventTime>
<eventJson>{}</eventJson>
</data>
</ListSourceEventsForMonitorSourceResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"requestId" : "xxxxxx",
"data" : [ {
"monitorSourceId" : false,
"monitorSourceName" : "zabbix",
"eventTime" : "2020-01-01 18:30:00",
"eventJson" : "{}"
} ]
}
错误码
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。