集成配置操作日志。

调试

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

请求头

该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。

请求语法

POST /integrationConfig/timeline HTTP/1.1

请求参数

名称 类型 位置 是否必选 示例值 描述
Object Body

A short description of struct

integrationConfigId Long Body 101

集成配置id

pageNumber Long Body 1

分页参数

pageSize Long Body 10

分页参数

clientToken String Body 601FA6A2-AC5C-4B59-BE11-378F887A6A11

幂等标识

返回数据

名称 类型 示例值 描述
data Array of data

data

title String 时间线标题

主题

description String 描述xxxxx

描述

createTime String 2021-04-05 10:10:10

创建时间

requestId String 601FA6A2-AC5C-4B59-BE11-378F887A6A11

requestId

totalCount Long 103

totalCount

pageNumber Long 1

pageNumber

pageSize Long 10

pageSize

示例

请求示例

POST /integrationConfig/timeline HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json

{
  "integrationConfigId" : 101,
  "pageNumber" : 1,
  "pageSize" : 10,
  "clientToken" : "601FA6A2-AC5C-4B59-BE11-378F887A6A11"
}

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<ListIntegrationConfigTimelinesResponse>
    <data>
        <title>时间线标题</title>
        <description>描述xxxxx</description>
        <createTime>2021-04-05 10:10:10</createTime>
    </data>
    <requestId>601FA6A2-AC5C-4B59-BE11-378F887A6A11</requestId>
    <totalCount>103</totalCount>
    <pageNumber>1</pageNumber>
    <pageSize>10</pageSize>
</ListIntegrationConfigTimelinesResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "data" : [ {
    "title" : "时间线标题",
    "description" : "描述xxxxx",
    "createTime" : "2021-04-05 10:10:10"
  } ],
  "requestId" : "601FA6A2-AC5C-4B59-BE11-378F887A6A11",
  "totalCount" : 103,
  "pageNumber" : 1,
  "pageSize" : 10
}

错误码

HttpCode 错误码 错误信息 描述
404 IntegationConfigNotExists The specified integration config does not exist. 集成配置不存在

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

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