根据事件Id查询事件详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /incident/getIncidentListByIdList HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | ||
clientToken | string | 否 | 幂等校验。 | FD200FAE-E98F-496E-BFE6-4CE61E59A2E9 |
incidentIdList | array | 否 | 事件 ID 列表。 | |
long | 否 | 事件 ID。 | 1122 |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "C4BE3837-1A13-413B-A225-2C88188E8A43",
"data": [
{
"incidentId": 3213,
"routeRuleId": 10000,
"routeRuleName": "规则A",
"incidentStatus": "FINISHE",
"relatedServiceId": 213123,
"relatedServiceName": "服务A",
"effect": "LOW",
"assignUserId": 12312,
"assignUserName": "小明",
"assignUserPhone": "139****1111",
"incidentTitle": "事件标题",
"createTime": "2010-03-09 15:53:45",
"isManual": true,
"isUpgrade": true,
"incidentDescription": "事件描述",
"problemId": 12312,
"durationTime": "3000000",
"notifyChannels": [
"[SMS,PHONE]"
],
"relatedServiceGroupName": "服务组A",
"relatedServiceGroupId": 13000,
"relServiceDeleteType": 1,
"relRouteRuleDeleteType": 1,
"assignToWhoIsValid": 1,
"relServiceGroupIsValid": 1,
"defaultAssignToWhoName": "小明",
"relatedServiceDescription": "关联服务描述",
"incidentLevel": "P4",
"incidentNumber": "I13002001",
"problemNumber": "P1231231",
"defaultAssignToWho": 1212,
"defaultAssignToWhoIsValid": 1
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | IncidentNotExtisted | The incident does not exist. | 不存当前事件 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史