グローバルレプリケータータスクのトピックマッピングを停止します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
rocketmq:StopDisasterRecoveryItem |
update |
*Topic
|
なし | なし |
リクエスト構文
POST /disaster_recovery/{planId}/items/{itemId}/stop HTTP/1.1
パスパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| planId |
integer |
必須 |
バックアッププラン ID |
1300000016 |
| itemId |
integer |
必須 |
マッピングタスク ID |
100070284 |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
結果 |
||
| requestId |
string |
リクエスト ID |
A07B41BD-6DD3-5349-9E76-00303xxxx |
| 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": "A07B41BD-6DD3-5349-9E76-00303xxxx",
"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"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。