查詢?cè)茢?shù)據(jù)庫(kù) Tair(兼容 Redis)實(shí)例的配置參數(shù)和運(yùn)行參數(shù)。
接口說明
本接口僅支持查詢經(jīng)典版實(shí)例。
說明
若實(shí)例為云原生版,您可以通過 DescribeInstanceConfig 接口進(jìn)行查詢。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
kvstore:DescribeParameters | get | *DBInstance acs:kvstore:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId} |
| 無 |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 否 | 地域 ID,可調(diào)用 DescribeRegions 查詢,使用此參數(shù)指定要?jiǎng)?chuàng)建實(shí)例的地域。 | cn-hangzhou |
DBInstanceId | string | 是 | 實(shí)例 ID。 | r-bp1zxszhcgatnx**** |
NodeId | string | 否 | 節(jié)點(diǎn) ID。 說明
傳入本參數(shù)可查詢集群實(shí)例中指定節(jié)點(diǎn)的參數(shù)配置。
| r-bp1xxxxxxxxxxxxx-db-0 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "9C1338BE-8DE8-4890-A900-E1BC06BF****",
"Engine": "redis",
"EngineVersion": "4.0",
"ConfigParameters": {
"Parameter": [
{
"CheckingCode": "[0|1]",
"ParameterName": "script_check_enable",
"ParameterValue": "1",
"ForceRestart": true,
"ParameterDescription": "Check all keys passed in the KEYS array map to the same slot.",
"ModifiableStatus": true
}
]
},
"RunningParameters": {
"Parameter": [
{
"CheckingCode": "[0|1]",
"ParameterName": "#no_loose_disabled-commands",
"ParameterValue": "keys,flushall,flushdb",
"ForceRestart": "true",
"ParameterDescription": "You can disable some dangerous commands, for example \\\"keys,flushdb,flushall\\\", the commands must be in [flushall,flushdb,keys,hgetall,eval,evalsha,script].",
"ModifiableStatus": "true"
}
]
}
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
403 | IncorrectDBInstanceType | Current DB instance type does not support this operation. | 由于實(shí)例類型不允許該操作,只讀實(shí)例允許克隆和備份實(shí)例 |
404 | InvalidDBInstanceClass.NotFound | Specified DB instance class is not found. | 實(shí)例規(guī)格無效,請(qǐng)檢查該參數(shù)是否正確。 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。