UpdateProblemEffectionService - 更新故障影响服务

更新故障影响服务。

调试

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

授权信息

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

请求语法

POST /problem/process/effectionService/update HTTP/1.1

请求参数

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

请求 Body 参数。

serviceIdlong

关联服务 ID。

33
levelstring

影响等级递降:

  • P1
  • P2
  • P3
  • P4
P1
statusstring

影响状态:

  • 0:未恢复。
  • 1:已恢复。
·
descriptionstring

影响描述。

xxxx大厦
picUrlarray

图片地址。

string

图片 key。

problem/xxxxxxxx-a2c8-40b9-9162-08a6c2e338e2
problemIdlong

故障 ID。

190000000
effectionServiceIdlong

影响服务 ID。

103
clientTokenstring

幂等校验 ID。

c26f36de-1ec8-496a-a828-880676c5ef81

返回参数

名称类型描述示例值
object

响应结构。

requestIdstring

请求 ID。

ffbf594-e093-46ad-bdcd-df4d7097125a

示例

正常返回示例

JSON格式

{
  "requestId": "ffbf594-e093-46ad-bdcd-df4d7097125a"
}

错误码

HTTP status code错误码错误信息描述
404ProblemNotExistedThe problem does not exist.故障不存在

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