最近更新时间:2022-11-08
请求方法:GET
接口描述:查询事件记录。
名称 | 数据类型 | 参数类型 | 是否必填 | 描述 |
Authorization | String | Header | Y | 签名信息 |
Content-Type | String | Header | Y | application/json; charset=utf-8 |
X-UNI-Timestamp | String | Header | Y | 工具类生成的时间戳 |
Host | String | Header | Y | 紫光云openapi host地址 |
Action | String | Query | Y | openDescribeEventAlarmHistory |
regionId | String | Query | Y | 节点ID |
startTime | Long | Query | Y | 开始时间(毫秒级时间戳) |
endTime | Long | Query | Y | 结束时间(毫秒级时间戳) |
dataCategory | String | Query | Y | 事件类型 |
resourceType | String | Query | Y | 资源类型 |
page | Integer | Query | Y | 页数 |
size | Integer | Query | Y | 页码 |
名称 | 类型 | 描述 |
auth | Boolean | |
code | String | 接口调用返回码 |
msg | String | 接口调用信息 |
res | Object | 返回数据 |
data | Object |
公共错误参见“公共错误码集合”。
http://10.0.45.193:30990/openMonitor?Action=openDescribeEventAlarmHistory®ionId=cn-tianjin-yfb&page=1&size=10&startTime=1663221551804&endTime=1663225151804&ruleType=event&dataCategory=dbaas.event.postgresql.instance.status.failed&resourceType=postgresql&AccessKeyId=AfAgoRP69cLbqnbO
Authorization:UNI3-HMAC-SHA256 Credential=AfAgoRP69cLbqnbO/2022-09-15/openMonitor/uni3_request, SignedHeaders=content-type;host;x-uni-timestamp, Signature=afea9a9f6e17174c13e8dc1bc71d0ebf0bf4b97c87885db382aabda608f8ebaa Content-Type:application/json; charset=utf-8 X-UNI-Timestamp:1663225907 Host:10.0.45.193:30990 |
JSON格式
{ "status": true, "code": "0", "res": { "page": 1, "size": 10, "totalCount": 2, "totalPages": 1, "list": [ { "alarmInstanceId": "pgsql-gq69jt0yqrwc", "alarmTime": 1663224491000 } ], "records": [] }, "msg": null, "auth": true } |