ListIncidentDetailEscalationPlans - 事件关联的升级计划列表

事件关联的升级计划列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

POST /incident/detail/escalation HTTP/1.1

请求参数

名称类型必填描述示例值
bodyobject

请求 Body。

incidentIdlong

事件 ID。

2311
clientTokenstring

幂等校验 ID。

FD200FAE-E98F-496E-BFE6-4CE61E59A2E9

{ "incidentId" : 2311, "clientToken" : "FD200FAE-E98F-496E-BFE6-4CE61E59A2E9" }

返回参数

名称类型描述示例值
object

响应结构。

requestIdstring

请求 ID。

FD200FAE-E98F-496E-BFE6-4CE61E59A2E9
dataobject

返回结果。

escalationPlanIdlong

升级策略 ID。

312123
escalationPlanNamestring

升级策略名称。

升级策略A
unFinishEscalationPlanarray<object>

未完结升级策略规则列表。

unFinishEscalationPlanobject
escalationPlanTypestring

升级策略类型:

  • UN_ACKNOWLEDGE:未响应。
  • UN_FINISH:未完结。
UN_FINISH
noticeTimeinteger

延迟时间(分钟)。

10
statusstring

规则触发状态。

UPGRADE
startTimelong

开始时间。

1629872386027
noticeChannelsarray

通知渠道。

noticeChannelsstring
  • SMS:短信。
  • PONE:电话。
SMS
noticeObjectListarray<object>

用户信息。

noticeObjectListobject
noticeObjectIdlong

分配对象 ID。

2311
noticeObjectNamestring

分配对象名称。

马先生
noticeObjectPhonestring

手机号码。

130xxxxxxxx
roleNameListarray

角色列表。

roleNameListstring

角色名称。

serviceGroupListarray<object>

服务组列表。

serviceGroupsobject
idlong

服务组 ID。

123132
namestring

服务组名称。

服务组A
noticeRoleListarray

角色 ID 列表。

noticeRoleListlong

角色列表。

noticeRoleObjectListarray<object>

角色对象列表

noticeRoleObjectListobject
idlong

通知对象的 ID。

117
namestring

通知对象的名称。

nuAcknowledgeEscalationPlanarray<object>

未响应升级策略。

nuAcknowledgeEscalationPlanobject
escalationPlanTypestring

升级策略类型:

  • UN_ACKNOWLEDGE:未响应。
  • UN_FINISH:未完结。
UN_ACKNOWLEDGE
noticeTimelong

延迟时间(分钟)。

10
statusstring

规则触发状态。

UPGRADE
startTimelong

开始时间。

2021-09-09
noticeChannelsarray

分配渠道。

noticeChannelsstring

分配渠道。

SMS
noticeObjectListarray<object>

用户信息。

noticeObjectListobject

通知列表。

noticeObjectIdlong

分配对象 ID。

31231
noticeObjectNamestring

分配对象名称。

马先生
noticeObjectPhonestring

分配对象手机号。

130xxxxxxxxx
roleNameListarray

角色列表。

roleNameListstring
serviceGroupListarray<object>

服务组列表。

serviceGroupsobject

服务组列表。

idlong

服务组 ID。

1231
namestring

服务组名称。

服务组A
noticeRoleListarray

角色 ID 列表。

noticeRoleListlong

角色 ID 列表。

noticeRoleObjectListarray<object>

角色对象列表。

noticeRoleObjectListobject

角色对象列表。

idlong

角色对象 ID。

100936
namestring

通知对象名称。

通知对象名称A
convergenceEscalationPlanarray<object>

未响应升级策略。

convergenceEscalationPlanobject

升级计划。

escalationPlanTypestring

升级策略类型:

  • UN_ACKNOWLEDGE:未响应。
  • UN_FINISH:未完结。
UN_ACKNOWLEDGE
noticeTimelong

收敛目标值。

10
statusstring

规则触发状态。

UPGRADE
startTimelong

开始时间。

2021-09-09
noticeChannelsarray

分配渠道。

noticeChannelsstring

通知渠道。

SMS
noticeObjectListarray<object>

用户信息。

noticeObjectListobject

通知对象列表。

noticeObjectIdlong

分配对象 ID。

31231
noticeObjectNamestring

分配对象名称。

马先生
noticeObjectPhonestring

分配对象手机号。

130xxxxxxxxx
roleNameListarray

角色列表。

roleNameListstring
serviceGroupListarray<object>

服务组列表。

serviceGroupsobject

服务组列表。

idlong

服务组 ID。

1231
namestring

服务组名称。

服务组A

{ "requestId": "FD200FAE-E98F-496E-BFE6-4CE61E59A2E9", "data": { "escalationPlanId": 312123, "escalationPlanName": "升级策略 A", "unFinishEscalationPlan": [ { "escalationPlanType": "UN_FINISH", "noticeTime": 10, "status": "UPGRADE", "startTime": 1629872386027, "noticeChannels": [ "渠道字符串 SMS" ], "noticeObjectList": [ { "noticeObjectId": 2311, "noticeObjectName": "小明", "noticeObjectPhone": "130xxxxxxxx" } ], "serviceGroupList": [ { "id": 123132, "name": "服务组 A" } ] } ], "nuAcknowledgeEscalationPlan": [ { "escalationPlanType": "UN_ACKNOWLEDGE", "noticeTime": 10, "status": "UPGRADE", "startTime": 1629872386027, "noticeChannels": [ "渠道字符串 SMS" ], "noticeObjectList": [ { "noticeObjectId": 31231, "noticeObjectName": "小华", "noticeObjectPhone": "130xxxxxxxxx" } ], "serviceGroupList": [ { "id": 1231, "name": "服务组 A" } ] } ] } }

示例

正常返回示例

JSON格式

{
  "requestId": "FD200FAE-E98F-496E-BFE6-4CE61E59A2E9",
  "data": {
    "escalationPlanId": 312123,
    "escalationPlanName": "升级策略A",
    "unFinishEscalationPlan": [
      {
        "escalationPlanType": "UN_FINISH",
        "noticeTime": 10,
        "status": "UPGRADE",
        "startTime": 1629872386027,
        "noticeChannels": [
          "SMS"
        ],
        "noticeObjectList": [
          {
            "noticeObjectId": 2311,
            "noticeObjectName": "马先生",
            "noticeObjectPhone": "130xxxxxxxx",
            "roleNameList": [
              ""
            ]
          }
        ],
        "serviceGroupList": [
          {
            "id": 123132,
            "name": "服务组A"
          }
        ],
        "noticeRoleList": [
          0
        ],
        "noticeRoleObjectList": [
          {
            "id": 117,
            "name": ""
          }
        ]
      }
    ],
    "nuAcknowledgeEscalationPlan": [
      {
        "escalationPlanType": "UN_ACKNOWLEDGE",
        "noticeTime": 10,
        "status": "UPGRADE",
        "startTime": 0,
        "noticeChannels": [
          "SMS"
        ],
        "noticeObjectList": [
          {
            "noticeObjectId": 31231,
            "noticeObjectName": "马先生",
            "noticeObjectPhone": "130xxxxxxxxx",
            "roleNameList": [
              ""
            ]
          }
        ],
        "serviceGroupList": [
          {
            "id": 1231,
            "name": "服务组A"
          }
        ],
        "noticeRoleList": [
          0
        ],
        "noticeRoleObjectList": [
          {
            "id": 100936,
            "name": "通知对象名称A"
          }
        ]
      }
    ],
    "convergenceEscalationPlan": [
      {
        "escalationPlanType": "UN_ACKNOWLEDGE",
        "noticeTime": 10,
        "status": "UPGRADE",
        "startTime": 0,
        "noticeChannels": [
          "SMS"
        ],
        "noticeObjectList": [
          {
            "noticeObjectId": 31231,
            "noticeObjectName": "马先生",
            "noticeObjectPhone": "130xxxxxxxxx",
            "roleNameList": [
              ""
            ]
          }
        ],
        "serviceGroupList": [
          {
            "id": 1231,
            "name": "服务组A"
          }
        ]
      }
    ]
  }
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2023-04-13OpenAPI 返回结构发生变更查看变更详情