調用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"
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。