事件动态
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /incident/timeline HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
clientToken | String | Body | 否 | FD200FAE-E98F-496E-BFE6-4CE61E59A2E9 | 幂等校验Id |
pageNumber | Long | Body | 否 | 1 | 页 |
pageSize | Long | Body | 否 | 10 | 行 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | FD200FAE-E98F-496E-BFE6-4CE61E59A2E9 | requestId |
data | Array of data | data |
|
title | String | 标题 | 动态 |
description | Long | 描述 | 描述 |
remark | String | 备注A | 备注 |
relatedServiceName | String | 服务A | 服务名称 |
createTime | String | 2021-06-23 00:00:00 | 创建时间 |
incidentTitle | String | 事件标题 | 事件标题 |
action | String | INCIDENT_ADD | 动态类型 触发新增 INCIDENT_ADD 响应 INCIDENT_RESPONSE 转交 INCIDENT_DELIVER 变更 INCIDENT_UPDATE 添加小计 INCIDENT_ADD_SUBTOTAL 完结 INCIDENT_FINISH 分配 INCIDENT_ASSIGN 升级 INCIDENT_UPGRAD |
incidentId | Long | 3321 | 事件Id |
incidentNumber | String | I13002001 | 事件编号 |
snapshotData | String | {"userName":"小明"} | 动态快照数据 |
totalCount | Integer | 132 | 总数 |
pageNumber | Integer | 1 | 页 |
pageSize | Integer | 10 | 行 |
示例
请求示例
POST /incident/timeline HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json
{
"clientToken" : "FD200FAE-E98F-496E-BFE6-4CE61E59A2E9"
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<ListIncidentTimelinesResponse>
<requestId>FD200FAE-E98F-496E-BFE6-4CE61E59A2E9</requestId>
<data>
<title>标题</title>
<relatedServiceName>服务A</relatedServiceName>
<createTime>2021-06-23 00:00:00</createTime>
<incidentTitle>事件标题</incidentTitle>
<aciton>INCIDENTRESPONSE</aciton>
</data>
</ListIncidentTimelinesResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"requestId" : "FD200FAE-E98F-496E-BFE6-4CE61E59A2E9",
"data" : [ {
"title" : "标题",
"relatedServiceName" : "服务A",
"createTime" : "2021-06-23 00:00:00",
"incidentTitle" : "事件标题",
"aciton" : "INCIDENTRESPONSE"
} ]
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | IncidentNotExtisted | The incident does not exist. | 不存当前事件 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。