調用DescribeParameters介面查詢執行個體當前的參數配置。
該介面適用的執行個體版本如下:
- MySQL 5.5/5.6/5.7/8.0
- SQL Server 2008 R2
- PostgreSQL 9.4/10.0
- PPAS 9.3/10.0
- MariaDB 10.3
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
請求參數
名稱 | 類型 | 是否必選 | 樣本值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeParameters |
系統規定參數,取值:DescribeParameters。 |
DBInstanceId | String | 是 | rm-uf6wjk5xxxxxxx |
執行個體ID。 |
AccessKeyId | String | 否 | LTAIfCxxxxxxx |
阿里雲頒發給使用者的訪問服務所用的密鑰ID。 |
ClientToken | String | 否 | ETnLKlblzczshOTUbOCzxxxxx |
用於保證請求的等冪性,防止重複提交請求。由用戶端產生該參數值,要保證在不同請求間唯一,最大值不超過64個ASCII字元,且該參數值中不能包含非ASCII字元。 |
返回資料
名稱 | 類型 | 樣本值 | 描述 |
---|---|---|---|
Engine | String | MySQL |
資料庫類型。 |
EngineVersion | String | 5.5 |
資料庫版本號碼。 |
RunningParameters |
當前啟動並執行參數列表。 |
||
ParameterName | String | fill factor |
參數名稱。 |
ParameterValue | String | 0 |
參數值。 |
ParameterDescription | String | 此選項設定伺服器範圍內的預設填滿因數值。提供填滿因數是為了最佳化索引資料存放區和效能。 |
參數描述。 |
ConfigParameters |
正在同步的參數列表。修改並提交參數後,需要等待執行個體同步參數,同步結束後從此列表刪除。 |
||
ParameterName | String | fill factor |
參數名稱。 |
ParameterValue | String | 50 |
參數值。 |
ParameterDescription | String | 此選項設定伺服器範圍內的預設填滿因數值。提供填滿因數是為了最佳化索引資料存放區和效能。 |
參數描述。 |
RequestId | String | 1AD222E9-E606-4A42-BF6D-8A4442913CEF |
請求ID。 |
樣本
請求樣本
http(s)://rds.aliyuncs.com/?Action=DescribeParameters
&DBInstanceId=rm-uf6wjk5xxxxxxx
&<公用請求參數>
正常返回樣本
XML
格式
<DescribeParametersResponse>
<ConfigParameters>
<DBInstanceParameter>
<ParameterDescription>此選項設定伺服器範圍內的預設填滿因數值。提供填滿因數是為了最佳化索引資料存放區和效能。</ParameterDescription>
<ParameterName>fill factor</ParameterName>
<ParameterValue>50</ParameterValue>
</DBInstanceParameter>
</ConfigParameters>
<Engine>mssql</Engine>
<EngineVersion>2008r2</EngineVersion>
<RunningParameters>
<DBInstanceParameter>
<ParameterDescription>此選項設定伺服器範圍內的預設填滿因數值。提供填滿因數是為了最佳化索引資料存放區和效能。</ParameterDescription>
<ParameterName>fill factor</ParameterName>
<ParameterValue>0</ParameterValue>
</DBInstanceParameter>
</RunningParameters>
<RequestId>2A748162-8040-4D6B-813E-6910C8C033F1</RequestId></DescribeParametersResponse>
JSON
格式
{
"ConfigParameters":{
"DBInstanceParameter":[
{
"ParameterDescription":"此選項設定伺服器範圍內的預設填滿因數值。提供填滿因數是為了最佳化索引資料存放區和效能。",
"ParameterValue":"50",
"ParameterName":"fill factor"
}
]
},
"RequestId":"2A748162-8040-4D6B-813E-6910C8C033F1",
"RunningParameters":{
"DBInstanceParameter":[
{
"ParameterDescription":"此選項設定伺服器範圍內的預設填滿因數值。提供填滿因數是為了最佳化索引資料存放區和效能。",
"ParameterValue":"0",
"ParameterName":"fill factor"
}
]
},
"EngineVersion":"2008r2",
"Engine":"mssql"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。