批量创建时间节点。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /problem/process/timeline/batchCreate HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
problemId | Long | Body | 是 | 423 | 故障id |
timelineNodes | String | Body | 否 | 2018-01-01 18:01,谁做了什么事情\n2018-01-01 18:01,谁做了什么事情\n2018-01-01 18:01,谁做了什么事情 | 时间线节点 |
clientToken | String | Body | 否 | e0b6735e-1a04-4d6b-a625-d2350612492c | clientToken |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | 10REQUES-AC5C-4B59-BE11-378F117A6A88 | id of the request |
data | Object | data |
|
problemTimelineIds | Array of Long | 435 | 时间线id |
示例
请求示例
POST /problem/process/timeline/batchCreate HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json
{
"problemId" : 423,
"timelineNodes" : "2018-01-01 18:01,谁做了什么事情\\n2018-01-01 18:01,谁做了什么事情\\n2018-01-01 18:01,谁做了什么事情",
"clientToken" : "e0b6735e-1a04-4d6b-a625-d2350612492c"
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<CreateProblemTimelinesResponse>
<data>
<problemTimelineIds>435</problemTimelineIds>
</data>
</CreateProblemTimelinesResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"data" : {
"problemTimelineIds" : [ 435 ]
}
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | TimelineFormatException | The timeline format is invalid. | 时间线格式不对 |
403 | TimeFormatException | The time format is invalid. | 时间格式不对 |
404 | ProblemNotExisted | The problem does not exist. | 故障不存在 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。