获取指定动态码表的详细信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /escalationPlan/detail HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | A short description of struct | |
escalationPlanId | long | 是 | 升级计划 id | 345 |
clientToken | string | 否 | 幂等标识 | A5A1FEAE-9C47-011C-9C73-A376BC2REQUEST |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "A5A1FEAE-9C47-011C-9C73-A376BC2REQUEST",
"data": {
"escalationPlanId": 2345,
"escalationPlanName": "升级计划234",
"escalationPlanDescription": "描述1234",
"escalationPlanScopeObjects": [
{
"scopeObjectId": 234,
"scope": "SERVICE",
"scopeObjectName": "xx服务",
"escalationPlanScopeObjects": 1,
"scopeObjectDeletedType": 1
}
],
"escalationPlanRules": [
{
"escalationPlanRuleId": 345,
"escalationPlanConditions": [
{
"level": "P1",
"effection": "LOW"
}
],
"escalationPlanStrategies": [
{
"noticeTime": 40,
"escalationPlanType": "UN_ACKNOWLEDGE",
"noticeObjectList": [
{
"noticeObjectId": 234,
"noticeObjectName": "张老三"
}
],
"noticeChannels": "SMS",
"enableWebhook": true,
"serviceGroups": [
{
"id": 343,
"serviceGroupName": "VCD是"
}
],
"noticeObjects": [
111
],
"noticeRoleList": [
222
],
"noticeRoleObjectList": [
{
"id": 111,
"name": "XX服务组"
}
]
}
]
}
],
"createTime": "2021-09-09 09:09:09",
"isGlobal": true
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | EscalationPlanNotExists | The specified escalation plan does not exist. | 升级计划不存在 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-04-13 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 查看变更详情 |