グローバルレプリケータータスクの Topic マッピングを削除します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
rocketmq:DeleteDisasterRecoveryItem |
update |
*Topic
|
なし | なし |
リクエスト構文
DELETE /disaster_recovery/{planId}/items/{itemId} HTTP/1.1
パスパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| planId |
integer |
必須 |
バックアップ計画 ID。 |
1300000016 |
| itemId |
integer |
必須 |
バックアップマッピングタスク ID。 |
100000650 |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
結果 |
||
| requestId |
string |
リクエスト ID。 |
0B962390-D84B-5D44-8C11-79DFxxxx |
| success |
boolean |
操作が成功したかどうかを示します。 |
true |
| data |
boolean |
返されたデータ。 |
true |
| code |
string |
エラーコード。 |
DisasterRecoveryItemStatus.Error |
| message |
string |
エラーメッセージ。 |
The current status of the disaster recovery item does not support this operation. |
| httpStatusCode |
integer |
HTTP ステータスコード。 |
200 |
| dynamicCode |
string |
動的エラーコード。 |
InstanceId |
| dynamicMessage |
string |
動的エラーメッセージ。 |
instanceId |
| accessDeniedDetail |
string |
アクセス拒否の詳細。Resource Access Management (RAM) の権限がないためにユーザーのアクセスが拒否されたシナリオでのみ返されます。 |
xxx |
例
成功レスポンス
JSONJSON
{
"requestId": "0B962390-D84B-5D44-8C11-79DFxxxx",
"success": true,
"data": true,
"code": "DisasterRecoveryItemStatus.Error",
"message": "The current status of the disaster recovery item does not support this operation.",
"httpStatusCode": 200,
"dynamicCode": "InstanceId",
"dynamicMessage": "instanceId",
"accessDeniedDetail": "xxx"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。