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

DescribeBackupDBs - 查詢(xún)指定的時(shí)間點(diǎn)或備份集內(nèi)包含的數(shù)據(jù)庫(kù)

更新時(shí)間:

在為MongoDB實(shí)例執(zhí)行單庫(kù)恢復(fù)前,您可以調(diào)用本接口查詢(xún)指定的時(shí)間點(diǎn)或備份集內(nèi)包含的數(shù)據(jù)庫(kù)。

接口說(shuō)明

您可以調(diào)用 CreateDBInstance 接口進(jìn)行單庫(kù)恢復(fù)。更多信息,請(qǐng)參見(jiàn) MongoDB 單庫(kù)恢復(fù)

調(diào)用本接口時(shí),實(shí)例必須滿足以下條件:

  • 實(shí)例的創(chuàng)建時(shí)間晚于 2019 年 3 月 26 日。
  • 實(shí)例屬于華北 1、華北 2、華北 3、華北 5、華東 1、華東 2、華南 1 或亞太東南 1(新加坡)地域。
  • 實(shí)例類(lèi)型為副本集實(shí)例。
  • 實(shí)例版本須為 3.4、4.0、4.2 本地盤(pán)版本。
  • 實(shí)例存儲(chǔ)引擎必須為 WiredTiger。

調(diào)試

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

授權(quán)信息

當(dāng)前API暫無(wú)授權(quán)信息透出。

請(qǐng)求參數(shù)

名稱(chēng)類(lèi)型必填描述示例值
PageNumberinteger

頁(yè)碼,取值為大于 0 且不超過(guò) Integer 數(shù)據(jù)類(lèi)型的最大值,默認(rèn)值為 1

1
PageSizeinteger

每頁(yè)可展示的記錄數(shù)。取值: 30(默認(rèn)值)、50100

30
SourceDBInstancestring

待恢復(fù)數(shù)據(jù)的源實(shí)例 ID。

dds-bp2286****
RestoreTimestring

實(shí)例所需恢復(fù)的時(shí)間點(diǎn),格式為 yyyy-MM-ddTHH:mm:ssZ(UTC 時(shí)間)。

說(shuō)明
  • 本參數(shù)可取值為 7 天內(nèi)的任意時(shí)間,但是須早于當(dāng)前時(shí)間,且晚于實(shí)例的創(chuàng)建時(shí)間。
  • 本參數(shù)和 BackupId 參數(shù)兩者中必須傳入一項(xiàng)。
  • 2019-08-22T12:00:00Z
    BackupIdstring

    備份 ID。

    說(shuō)明
  • 您可以通過(guò)調(diào)用 DescribeBackups 接口查詢(xún)備份 ID。
  • 本參數(shù)和 RestoreTime 參數(shù)兩者中必須傳入一項(xiàng)。
  • 5664****
    ResourceGroupIdstring

    資源組 ID。

    rg-ax68****

    返回參數(shù)

    名稱(chēng)類(lèi)型描述示例值
    object
    TotalCountinteger

    查詢(xún)結(jié)果中數(shù)據(jù)庫(kù)的數(shù)量。

    5
    Databasesarray<object>

    數(shù)據(jù)庫(kù)列表。

    object
    DBNamestring

    數(shù)據(jù)庫(kù)名。

    mongodbtest
    RequestIdstring

    請(qǐng)求 ID。

    1AF0AD89-ED4F-44AD-B65F-BFC1D5CD9455
    PageSizeinteger

    每頁(yè)可展示的記錄數(shù)。

    30
    PageNumberinteger

    頁(yè)碼。

    1

    示例

    正常返回示例

    JSON格式

    {
      "TotalCount": 5,
      "Databases": {
        "Database": [
          {
            "DBName": "mongodbtest"
          }
        ]
      },
      "RequestId": "1AF0AD89-ED4F-44AD-B65F-BFC1D5CD9455",
      "PageSize": 30,
      "PageNumber": 1
    }

    錯(cuò)誤碼

    HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
    400InvalidMeta.WrongFormatMeta information is wrong formatter.-
    400InvalidRestoreTime.FormatSpecified restore time is not valid.指定的參數(shù)RestoreTime不合法,請(qǐng)您檢查輸入的參數(shù)是否正確。
    403InvalidDBNameThe specified database name is not allowed.指定的數(shù)據(jù)庫(kù)名稱(chēng)無(wú)效
    403InvalidMeta.TooLargeMeta information is too large.元信息太大。
    403SingleDBRestore.BackupSetNotSupportThis backup set do not support this operation.所選擇的時(shí)間點(diǎn)或備份文件尚未支持單庫(kù)恢復(fù)功能。
    403IncorrectDBInstanceTypeCurrent DB instance type does not support this operation.當(dāng)前實(shí)例類(lèi)型不支持該操作。
    403IncorrectEngineVersionCurrent engine version does not support operations.-
    403InvalidBackupLogStatusCurrent backup log enable status does not support this operation.當(dāng)前備份日志啟用狀態(tài)不支持此操作。
    403IncorrectBackupSetStateCurrent backup set state does not support operations..-
    404InvalidBackupSetID.NotFoundSpecifiedbackup set ID does not exist.-
    404InvalidBackup.NotFoundTheavailable backup does not exist in recovery time.恢復(fù)時(shí)間內(nèi)不存在可用的備份。

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

    變更歷史

    變更時(shí)間變更內(nèi)容概要操作
    暫無(wú)變更歷史