创建影响服务。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /problem/process/effectionService/create HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
serviceId | Long | Body | 否 | 170000000 | 影响服务id |
level | String | Body | 否 | P2 | 影响等级 |
status | String | Body | 否 | UN_RECOVERED | 影响状态 0 未恢复 1已恢复 |
description | String | Body | 否 | erdwcdc | 影响描述 |
pictureUrl | Array of String | Body | 否 | problem/xxxxxxxssxxxa2c8-40b9-9162-08a6c2e338e2 | 图片key |
problemId | Long | Body | 是 | 150000000 | 故障id |
clientToken | String | Body | 否 | e0b6735e-1a04-4d6b-a625-d2350612492c | clientToken |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | c26f36de-1ec8-496a-a828-880676c5ef81 | id of the request |
data | Object | data |
|
effectionServiceId | Long | 6442430 | 影响服务id |
示例
请求示例
POST /problem/process/effectionService/create HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json
{
"serviceId" : 170000000,
"level" : "P2",
"status" : "UN_RECOVERED",
"description" : "erdwcdc",
"pictureUrl" : [ "problem/xxxxxxxssxxxa2c8-40b9-9162-08a6c2e338e2" ],
"problemId" : 150000000,
"clientToken" : "e0b6735e-1a04-4d6b-a625-d2350612492c"
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<CreateProblemEffectionServiceResponse>
<requestId>c26f36de-1ec8-496a-a828-880676c5ef81</requestId>
<data>
<effectionServiceId>6442430</effectionServiceId>
</data>
</CreateProblemEffectionServiceResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"requestId" : "c26f36de-1ec8-496a-a828-880676c5ef81",
"data" : {
"effectionServiceId" : 6442430
}
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | EffectionServiceAlreadyExisted | EffectionService already exists. | 影响服务已存在 |
404 | ProblemNotExisted | The problem does not exist. | 故障不存在 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。