调用GetAlertMessage接口,通过获取的AlertId查询报警信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AlertId | string | 是 | 报警 ID,可调用 ListAlertMessages 获取。 | 1421 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "0000-ABCD-EFG****",
"HttpStatusCode": 200,
"ErrorMessage": "The specified parameters are invalid.",
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Success": true,
"Data": {
"RemindId": 1234,
"AlertMessageStatus": "READY_TO_SEND",
"AlertUser": "9527952795****",
"AlertTime": 1553524393000,
"AlertMethod": "SMS",
"Source": "REMIND_ALERT",
"Content": "节点出错",
"RemindName": "自定义监控规则名称",
"AlertId": 123,
"Instances": [
{
"Status": "NOT_RUN",
"InstanceId": 12312312,
"NodeName": "节点名",
"NodeId": 1234,
"ProjectId": 1234
}
],
"Topics": [
{
"TopicName": "9527出错",
"InstanceId": 12345,
"TopicId": 412431,
"TopicOwner": "9527952795****",
"NodeId": 1234,
"TopicStatus": "FIXING"
}
],
"Nodes": [
{
"Owner": "95279527952****",
"NodeName": "节点名",
"NodeId": 1234,
"ProjectId": 1234
}
],
"SlaAlert": {
"Status": "SAFE",
"BaselineOwner": "952795279****",
"BaselineId": 15142123,
"BaselineName": "基线名",
"Bizdate": 1553443200000,
"ProjectId": 1234,
"InGroupId": 1
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史