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

DescribeDatabases - 查詢PolarDB指定集群的數據庫詳情

查詢PolarDB指定集群的數據庫詳情。

調試

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

授權信息

當前API暫無授權信息透出。

請求參數

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

集群 ID。

pc-**************
DBNamestring

數據庫名。

說明 不支持填入多個數據庫名稱。
test_db
PageNumberinteger

頁碼,取值范圍為大于 0 但不超過 Integer 最大值的整數,默認值為 1

1
PageSizeinteger

每頁記錄數,取值范圍如下:

  • 30
  • 50
  • 100

默認值為 30。

30

返回參數

名稱類型描述示例值
object
PageRecordCountinteger

本頁記錄數。

1
Databasesobject []

數據庫信息詳情。

DBDescriptionstring

數據庫備注。

test_des
DBStatusstring

數據庫狀態,取值范圍如下:

  • Creating:創建中
  • Running:使用中
  • Deleting:刪除中
Running
DBNamestring

數據庫名稱。

test_db
Enginestring

數據庫引擎類型,取值范圍如下:

  • MySQL
  • Oracle
  • PostgreSQL
MySQL
MasterIDstring

多主集群(庫表)版的數據庫所對應的主節點 ID。

2
CharacterSetNamestring

字符集,詳情請參見字符集表。

utf8mb4
Accountsobject []

數據庫賬號信息詳情。

說明 當集群為 PolarDB MySQL 版時,不含高權限賬號。
PrivilegeStatusstring

授權狀態,取值范圍如下:

  • Empowering:授權中
  • Empowered:授權完成
  • Removing:移除權限中
Empowered
AccountStatusstring

賬號狀態,取值范圍如下:

  • Creating:創建中
  • Available:可用
  • Deleting:刪除中
Available
AccountPrivilegestring

賬號權限,取值范圍如下:

  • ReadWrite:讀寫
  • ReadOnly:只讀
  • DMLOnly:只允許 DML
  • DDLOnly:只允許 DDL
  • ReadIndex:只讀+索引
ReadOnly
AccountNamestring

賬號名稱。

說明 當集群為 PolarDB MySQL 版時,不含高權限賬號。
test_acc
RequestIdstring

請求 ID。

E1DF8CA6-2300-448B-9ABF-760C4B******
PageNumberinteger

頁碼。

1

示例

正常返回示例

JSON格式

{
  "PageRecordCount": 1,
  "Databases": {
    "Database": [
      {
        "DBDescription": "test_des",
        "DBStatus": "Running",
        "DBName": "test_db",
        "Engine": "MySQL",
        "MasterID": "2",
        "CharacterSetName": "utf8mb4",
        "Accounts": {
          "Account": [
            {
              "PrivilegeStatus": "Empowered",
              "AccountStatus": "Available",
              "AccountPrivilege": "ReadOnly",
              "AccountName": "test_acc"
            }
          ]
        }
      }
    ]
  },
  "RequestId": "E1DF8CA6-2300-448B-9ABF-760C4B******",
  "PageNumber": 1
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidDBClusterId.MalformedThe specified parameter DBClusterId is not valid.指定的參數DBClusterId無效
400InvalidPageSize.MalformedThe specified parameter PageSize is not valid.指定的參數PageSize無效
400InvalidPageNumber.MalformedThe specified parameter PageNumber is not valid.指定的參數PageNumber無效
400Database.ConnectErrordb instance %s connect failed, please check instance status and database processlist數據庫實例連接失敗,請檢查實例狀態和數據庫進程列表
404InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.當前的記錄中不存在提供的DBClusterId。
404InvalidDBClusterId.NotFoundThe DBInstanceId provided does not exist in our records.當前的記錄中不存在提供的DBClusterId。

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

變更歷史

變更時間變更內容概要操作
2023-09-12OpenAPI 錯誤碼發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更。
    錯誤碼 404 變更
    刪除錯誤碼:400