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

DescribeDatabaseInstanceParameters - 查看輕量數據庫實例的參數信息

查看輕量數據庫實例的參數信息。

接口說明

如果您需要查看輕量數據庫實例的參數的具體信息,可通過此接口查詢。

調試

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

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
swas-open:DescribeDatabaseInstanceParametersget
  • Instance
    acs:swas-open:{#regionId}:{#accountId}:{#InstanceId}

請求參數

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

指定的輕量數據庫實例所屬的地域 ID。 您可以調用 ListRegions 查看支持的阿里云地域列表。

cn-hangzhou
DatabaseInstanceIdstring

輕量數據庫實例 ID。

db-38263fa955774501a2ae1bdaed6f****

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

30637AD6-D977-4833-A54C-CC89483E****
Enginestring

數據庫類型。目前僅支持數據庫的類型為 MySQL。

MySQL
EngineVersionstring

數據庫版本。可能值:

  • 5.7:MySQL 5.7。
  • 8.0:MySQL 8.0。
5.5
ConfigParametersarray<object>

正在同步的參數列表。修改并提交參數后,需要等待實例同步參數,同步結束后從此列表刪除。

ConfigParameterobject

正在同步的參數列表。修改并提交參數后,需要等待實例同步參數,同步結束后從此列表刪除。

ParameterDescriptionstring

參數描述信息。

Auto-increment columns are incremented by this
ParameterNamestring

參數名稱。

auto_increment_increment
ParameterValuestring

參數值。

說明 不同參數的參數值不同。
1
ForceModifystring

是否支持修改參數值。可能值:

  • true :支持修改參數值。
  • false:不支持修改參數值。
true
ForceRestartstring

修改參數是否重啟數據庫。可能值:

  • true:強制重啟(若修改的參數當中,有需要重啟的參數,則必須傳入 true,否則修改將不生效)。
  • false:不強制重啟。

默認值:false。

false
CheckingCodestring

參數值范圍。

說明 不同參數的參數值范圍不同。
[1-65535]
RunningParametersarray<object>

運行參數信息。

RunningParameterobject

運行參數信息。

ParameterDescriptionstring

運行參數描述信息。

When this variable has a value of 1 (the default), the server automatically grants the EXECUTE and ALTER ROUTINE privileges to the creator of a stored routine, if the user cannot already execute and alter or drop the routine. (The ALTER ROUTINE privilege is required to drop the routine.) The server also automatically drops those privileges from the creator when the routine is dropped. If automatic_sp_privileges is 0, the server does not automatically add or drop these privileges.
ParameterNamestring

參數名稱。

autocommit
ParameterValuestring

運行參數值。

ON
ForceModifystring

是否支持修改參數值。可能值:

  • true :支持修改參數值。
  • false:不支持修改參數值。
true
ForceRestartstring

修改參數是否重啟數據庫。可能值:

  • true:強制重啟(若修改的參數當中,有需要重啟的參數,則必須傳入 true,否則修改將不生效)。
  • false:不強制重啟。

默認值:false。

false
CheckingCodestring

參數值范圍。

說明 不同參數的參數值范圍不同。
[ON|OFF]

示例

正常返回示例

JSON格式

{
  "RequestId": "30637AD6-D977-4833-A54C-CC89483E****",
  "Engine": "MySQL",
  "EngineVersion": "5.5",
  "ConfigParameters": [
    {
      "ParameterDescription": "Auto-increment columns are incremented by this",
      "ParameterName": "auto_increment_increment",
      "ParameterValue": "1",
      "ForceModify": "true",
      "ForceRestart": "false",
      "CheckingCode": "[1-65535]"
    }
  ],
  "RunningParameters": [
    {
      "ParameterDescription": "When this variable has a value of 1 (the default), the server automatically grants the EXECUTE and ALTER ROUTINE privileges to the creator of a stored routine, if the user cannot already execute and alter or drop the routine. (The ALTER ROUTINE privilege is required to drop the routine.) The server also automatically drops those privileges from the creator when the routine is dropped. If automatic_sp_privileges is 0, the server does not automatically add or drop these privileges.",
      "ParameterName": "autocommit",
      "ParameterValue": "ON",
      "ForceModify": "true",
      "ForceRestart": "false",
      "CheckingCode": "[ON|OFF]"
    }
  ]
}

錯誤碼

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史