調(diào)用DescribeDBInstanceConfig接口獲取實(shí)例配置參數(shù)。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String DescribeDBInstanceConfig

系統(tǒng)規(guī)定參數(shù)。取值:DescribeDBInstanceConfig。

RegionId String cn-hangzhou

實(shí)例所屬地域的ID。

DBInstanceName String pxc-*********

實(shí)例ID。

ConfigName String htap

配置標(biāo)識, 默認(rèn):htap。

返回?cái)?shù)據(jù)

名稱 類型 示例值 描述
RequestId String C458B1E8-1683-3645-B154-6BA32080EEA

請求ID。

Data Object

數(shù)據(jù)結(jié)構(gòu)體。

ConfigName String htap

配置Key。

DbInstanceName String pxc-sprcym7g7w****

實(shí)例ID。

ConfigValue String {\"attendHtapList\":[\"pxc-hzruyzes08****\"],\"autoAttendHtap\":\"true\",\"delayExecutionStrategy\":1,\"enableConsistentReplicaRead\":true,\"enableHtap\":\"true\",\"masterReadWeight\":100,\"storageDelayThreshold\":3}

配置項(xiàng),說明如下:

  • attendHtapList:開啟Htap的實(shí)例列表。
  • autoAttendHtap:是否自動把新建的只讀實(shí)例加入到HTAP列表里。
  • delayExecutionStrategy:當(dāng)只讀延遲到達(dá)storageDelayThreshold設(shè)定的值時(shí),將只讀流量切回主實(shí)例。默認(rèn)值為1,取值為0或1。
  • enableConsistentReplicaRead:是否開啟一致性讀。
  • storageDelayThreshold:只讀實(shí)例延遲閾值,默認(rèn)3s,范圍為:0~3600*24。
  • enableHtap:是否開始Htap。
  • masterReadWeight:主節(jié)點(diǎn)讀權(quán)重,設(shè)置100表示100%的流量打到主節(jié)點(diǎn),范圍為:0~100。

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeDBInstanceConfig
&RegionId=cn-hangzhou
&DBInstanceName=pxc-*********
&ConfigName=htap
&公共請求參數(shù)

正常返回示例

XML格式

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

<DescribeDBInstanceConfigResponse>
    <RequestId>C458B1E8-1683-3645-B154-6BA32080EEA</RequestId>
    <Data>
        <ConfigName>htap</ConfigName>
        <DbInstanceName>pxc-sprcym7g7w****</DbInstanceName>
        <ConfigValue>{\"attendHtapList\":[\"pxc-hzruyzes08****\"],\"autoAttendHtap\":\"true\",\"delayExecutionStrategy\":1,\"enableConsistentReplicaRead\":true,\"enableHtap\":\"true\",\"masterReadWeight\":100,\"storageDelayThreshold\":3}</ConfigValue>
    </Data>
</DescribeDBInstanceConfigResponse>

JSON格式

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

{
  "RequestId" : "C458B1E8-1683-3645-B154-6BA32080EEA",
  "Data" : {
    "ConfigName" : "htap",
    "DbInstanceName" : "pxc-sprcym7g7w****",
    "ConfigValue" : "{\\\"attendHtapList\\\":[\\\"pxc-hzruyzes08****\\\"],\\\"autoAttendHtap\\\":\\\"true\\\",\\\"delayExecutionStrategy\\\":1,\\\"enableConsistentReplicaRead\\\":true,\\\"enableHtap\\\":\\\"true\\\",\\\"masterReadWeight\\\":100,\\\"storageDelayThreshold\\\":3}"
  }
}

錯誤碼

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