日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeParameters - 查詢實(shí)例的參數(shù)配置信息

更新時(shí)間:

查詢MongoDB實(shí)例的參數(shù)配置信息。

調(diào)試

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

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級別:是指每個(gè)操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
dds:DescribeParametersget
  • dbinstance
    acs:dds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}

請求參數(shù)

名稱類型必填描述示例值
DBInstanceIdstring

實(shí)例 ID。

說明 當(dāng)本參數(shù)傳入的是分片集群實(shí)例 ID 時(shí),還需要傳入 NodeId 參數(shù)。
dds-bpxxxxxxxx
NodeIdstring

分片集群實(shí)例中的 Mongos 節(jié)點(diǎn) ID 或 Shard 節(jié)點(diǎn) ID。

說明 當(dāng) DBInstanceId 參數(shù)傳入的是分片集群實(shí)例 ID 時(shí),本參數(shù)才可用。
d-bpxxxxxxxx
CharacterTypestring

實(shí)例的角色類型,取值說明:

  • db:shard 角色。
  • cs:config server 角色。
  • mongos:mongos 角色。
mongos
ExtraParamstring

擴(kuò)展參數(shù)。

terrform

返回參數(shù)

名稱類型描述示例值
object
RunningParametersarray<object>

當(dāng)前運(yùn)行的參數(shù)配置信息列表。

object
CheckingCodestring

參數(shù)取值范圍。

[33554432-268435456]
ParameterNamestring

參數(shù)名。

setParameter.internalQueryExecMaxBlockingSortBytes
ParameterValuestring

參數(shù)值。

33554432
ForceRestartstring

修改參數(shù)后是否需要重啟生效。

  • false:無需重啟,提交后即生效。
  • true:需要重啟生效。
false
ParameterDescriptionstring

參數(shù)描述。

The maximum memory bytes that sort stage may use, default is 33554432(i.e. 32MB)
ModifiableStatusstring

參數(shù)是否處于可修改的狀態(tài)。

  • false:不可修改。
  • true:可修改。
true
CharacterTypestring

實(shí)例的角色類型,取值說明:

  • db:shard 角色。
  • cs:config server 角色。
  • mongos:mongos 角色。
db
EngineVersionstring

數(shù)據(jù)庫版本號。

4.0
RequestIdstring

請求 ID。

3ADD0C7D-2D2A-4F15-88FF-E7AC9B9FDCC8
ConfigParametersarray<object>

配置中的參數(shù)配置信息列表。

object
CheckingCodestring

參數(shù)取值范圍。

[0-65536]
ParameterNamestring

參數(shù)名。

operationProfiling.slowOpThresholdMs
ParameterValuestring

參數(shù)值。

200
ForceRestartboolean

修改參數(shù)后是否需要重啟生效。

  • false:無需重啟,提交后即生效。
  • true:需要重啟生效。
true
ParameterDescriptionstring

參數(shù)描述。

The threshold in milliseconds at which the database profiler considers a query slow, default is 100.
ModifiableStatusboolean

參數(shù)是否處于可修改的狀態(tài)。

  • false:不可修改。
  • true:可修改。
true
Enginestring

數(shù)據(jù)庫引擎,默認(rèn)返回 mongodb

mongodb

示例

正常返回示例

JSON格式

{
  "RunningParameters": {
    "Parameter": [
      {
        "CheckingCode": "[33554432-268435456]",
        "ParameterName": "setParameter.internalQueryExecMaxBlockingSortBytes",
        "ParameterValue": "33554432",
        "ForceRestart": "false",
        "ParameterDescription": "The maximum memory bytes that sort stage may use, default is 33554432(i.e. 32MB)",
        "ModifiableStatus": "true",
        "CharacterType": "db"
      }
    ]
  },
  "EngineVersion": "4.0",
  "RequestId": "3ADD0C7D-2D2A-4F15-88FF-E7AC9B9FDCC8",
  "ConfigParameters": {
    "Parameter": [
      {
        "CheckingCode": "[0-65536]",
        "ParameterName": "operationProfiling.slowOpThresholdMs",
        "ParameterValue": "200",
        "ForceRestart": true,
        "ParameterDescription": "The threshold in milliseconds at which the database profiler considers a query slow, default is 100.",
        "ModifiableStatus": true
      }
    ]
  },
  "Engine": "mongodb"
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
403IncorrectDBInstanceTypeCurrent DB instance type does not support this operation.當(dāng)前實(shí)例類型不支持該操作。
404InvalidDBInstanceClass.NotFoundThe specified DB instance type is not found.所選實(shí)例規(guī)格不存在,請重新選擇。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2023-03-15OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情