调用DescribeParameterModificationHistories查看参数修改历史。

调试

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

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeParameterModificationHistories

系统规定参数。取值:DescribeParameterModificationHistories。

ClusterId String cds-bp18si70****10s2

集群ID。

PageNumber Integer 1

参数修改历史列表页码。

取值:大于0且不超过Integer的最大值。

默认值:1。

PageSize Integer 10

参数修改历史列表每页显示行数。

返回数据

名称 类型 示例值 描述
Histories Array

参数修改历史集合。

History
Name String cas_contention_timeout_in_ms

参数名。

NewValue String 2000

新参数值。

OldValue String 1000

旧参数值。

Time Long 1576758805000

参数变更时间。

PageNumber Integer 1

参数修改历史列表页码。

取值:大于0且不超过Integer的最大值。

默认值:1。

PageSize Integer 10

参数修改历史的每页行数。

RequestId String 0CD8CFEE-879B-42FF-BCE5-A339C36E77DF

请求ID。

TotalCount Long 18

总记录数。

示例

请求示例

http(s)://[Endpoint]/?Action=DescribeParameterModificationHistories
&ClusterId=cds-bp18si70****10s2
&<公共请求参数>

正常返回示例

XML 格式

<DescribeParameterModificationHistoriesResponse>
  <Histories>
        <History>
              <Name>cas_contention_timeout_in_ms</Name>
              <Time>1576758805000</Time>
              <NewValue>1100</NewValue>
              <OldValue>1000</OldValue>
        </History>
        <History>
              <Name>cas_contention_timeout_in_ms</Name>
              <Time>1576759085000</Time>
              <NewValue>1000</NewValue>
              <OldValue>1100</OldValue>
        </History>
  </Histories>
  <PageNumber>1</PageNumber>
  <TotalCount>2</TotalCount>
  <PageSize>10</PageSize>
  <RequestId>0CD8CFEE-879B-42FF-BCE5-A339C36E77DF</RequestId>
</DescribeParameterModificationHistoriesResponse>

JSON 格式

{
  "Histories": {
    "History": [
      {
        "Name": "cas_contention_timeout_in_ms",
        "Time": 1576758805000,
        "NewValue": "1100",
        "OldValue": "1000"
      },
      {
        "Name": "cas_contention_timeout_in_ms",
        "Time": 1576759085000,
        "NewValue": "1000",
        "OldValue": "1100"
      }
    ]
  },
  "PageNumber": 1,
  "TotalCount": 2,
  "PageSize": 10,
  "RequestId": "0CD8CFEE-879B-42FF-BCE5-A339C36E77DF"
}

错误码

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