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

RestoreTable - 恢復(fù)PolarDB實(shí)例的某些數(shù)據(jù)庫(kù)或表到原實(shí)例

更新時(shí)間:

恢復(fù)PolarDB庫(kù)表。

調(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元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:

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

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

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

集群 ID。

說(shuō)明 您可以通過(guò) DescribeDBClusters 接口查詢賬號(hào)下所有集群的信息詳情。
pc-bp***************
TableMetastring

需要還原的目標(biāo)庫(kù)表信息的 JSON 串,庫(kù)表信息的值都是字符串類(lèi)型。 例如,[ { "tables":[ { "name":"testtb", "type":"table", "newname":"testtb_restore" } ], "name":"testdb", "type":"db", "newname":"testdb_restore" } ]

說(shuō)明 您可以通過(guò) DescribeMetaList 接口查看支持恢復(fù)的庫(kù)表名稱(chēng)詳情,并將支持恢復(fù)的庫(kù)表信息填入上述例子中的對(duì)應(yīng)位置。
[ { "tables":[ { "name":"testtb", "type":"table", "newname":"testtb_restore" } ], "name":"testdb", "type":"db", "newname":"testdb_restore" } ]
BackupIdstring

備份集 ID。

說(shuō)明 若需要按備份集還原目標(biāo)庫(kù)表,該參數(shù)必傳。您可以通過(guò) DescribeBackups 接口查看備份集 ID。
111111
RestoreTimestring

還原時(shí)間點(diǎn),格式為 YYYY-MM-DDThh:mmZ(UTC 時(shí)間)。

說(shuō)明
  • 若需要按時(shí)間點(diǎn)還原,該參數(shù)必填。
  • 僅支持恢復(fù)到 7 天內(nèi)的任意時(shí)間點(diǎn)。
  • 2020-10-04T01:40:00Z

    返回參數(shù)

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

    請(qǐng)求 ID。

    0C47508C-9DC8-455B-985E-2F2FA8******

    示例

    正常返回示例

    JSON格式

    {
      "RequestId": "0C47508C-9DC8-455B-985E-2F2FA8******"
    }

    錯(cuò)誤碼

    HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
    400InvalidRestoreType.FormatSpecified restore type is not valid.操作失敗,指定的還原類(lèi)型無(wú)效。
    400InvalidRestoreTime.FormatSpecified restore time is not valid.操作失敗,指定的恢復(fù)時(shí)間無(wú)效。
    400InvalidBackupSetID.NotFoundSpecified backup set ID does not exist.操作失敗,指定的備份集ID不存在。
    400IncorrectBackupSetStateCurrent backup set state does not support operations.操作失敗,當(dāng)前備份集狀態(tài)不支持操作。
    400InvalidDBName.DuplicateSpecified DB name already exists in the This instance.操作失敗,此實(shí)例中已存在指定的數(shù)據(jù)庫(kù)名稱(chēng)。
    400InvalidParameters.FormatSpecified parameters is not valid.指定的參數(shù)無(wú)效。
    400InsufficientResourceCapacityThere is insufficient capacity available for the requested instance.操作失敗,請(qǐng)求的實(shí)例沒(méi)有足夠的可用容量。
    400InvalidRestoreType.NotFoundAt least one of BackupId and RestoreTime is malformed.BackupId和RestoreTime中至少有一個(gè)格式不正
    400MissingUserIDThe request is missing a user_id parameter.請(qǐng)求缺少u(mài)ser_id參數(shù)
    400MissingUIDThe request is missing a uid parameter.請(qǐng)求缺少u(mài)id參數(shù)
    403OperationDenied.ArchiveRestoreArchive instance does not support restore table.歷史庫(kù)不支持庫(kù)表恢復(fù)
    404InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.當(dāng)前的記錄中不存在提供的DBClusterId。
    404InvalidBackup.NotFoundThe available backup does not exist in recovery time.操作失敗,可用備份在恢復(fù)時(shí)間內(nèi)不存在。
    404InvalidDBClusterId.NotFoundThe DBInstanceId provided does not exist in our records.當(dāng)前的記錄中不存在提供的DBClusterId。

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

    變更歷史

    變更時(shí)間變更內(nèi)容概要操作
    2023-09-12OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情