移除一致性復制組中的復制對。移除復制對只是解除了復制對和一致性復制組的綁定關系,不會刪除復制對。
接口說明
-
一致性復制組功能支持的地域請參見云盤異步復制概述。
-
一致性復制組必須處于已創建(
created
)、已停止(stopped
)或者失效(invalid
)狀態。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ebs:RemoveDiskReplicaPair | update | *DiskReplicaGroup acs:ebs:{#regionId}:{#accountId}:diskreplicagroup/{#ReplicaGroupId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 一致性復制組所屬的地域 ID。 | cn-beijing |
ReplicaGroupId | string | 是 | 一致性復制組 ID。 您可以調用 DescribeDiskReplicaGroups 查詢一致性復制組 ID。 | pg-myreplica**** |
ReplicaPairId | string | 是 | 復制對 ID。 | pair-cn-dsa**** |
ClientToken | string | 否 | 保證請求冪等性。從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符,且不能超過 64 個字符。更多信息,請參見如何保證冪等性。 | 123e4567-e89b-12d3-a456-42665544**** |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "C123F94F-4E38-19AE-942A-A8D6F44F****"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
403 | OperationDenied | The operation is not allowed. | 當前操作不允許執行。 |
403 | OperationDenied.GroupStatusCannotRemovePair | The pair cannot be removed in group current status. | 一致性組的當前狀態不允許復制對移除。 |
403 | OperationDenied.InvalidStatus | The operation is not allowed in current status. | 當前狀態下該操作不允許執行。 |
403 | OperationDenied.NoPairInGroup | The operation is not allowed because no pair in the group. | 當前操作不允許執行,因為指定的一致性組中沒有復制對。 |
403 | OperationDenied.PairGroupAZoneConflict | The operation is not allowed due to pair and group having different RegionId or ZoneId. | 當前操作不允許執行,因為復制對和一致性組所屬的RegionId和ZoneId不一致。 |
403 | OperationDenied.PairGroupStatusConflict | The operation is not allowed due to pair and group status are not consistent. | 當前操作不允許執行,因為復制對和一致性組的狀態不一致。 |
403 | OperationDenied.PairInAnotherGroup | The operation is not allowed because pair is already in another group. | 當前操作不允許執行,因為復制對已被加入另一個一致性組中。 |
403 | OperationDenied.PairNotInGroup | The operation is not allowed because pair is not in any group. | 當前操作不允許執行,因為指定的異步復制對未加入任何一致性組中。 |
403 | OperationDenied.PairStatusCannotRemoveFromGroup | The pair cannot be removed in pair current status. | 復制對的當前狀態不允許復制對從一致性組中移除。 |
403 | Forbidden | User is not authorized to operate. | 當前用戶無權限對當前資源執行任何操作。請檢查您的賬號權限或者咨詢您的主賬號管理員。 |
403 | Forbidden.Action | User is not authorized to operate this action. | 當前用戶無權限執行該操作。請檢查您的賬號權限或者咨詢您的主賬號管理員。 |
404 | NoSuchResource | The specified resource does not exist. | 指定的資源不存在。 |
500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤。 |
504 | RequestTimeout | The request is timeout, please try again later. | 該請求超時,請稍后再重試。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史