Menghentikan pemetaan topik tugas Global Replicator.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rocketmq:StopDisasterRecoveryItem |
update |
*Topic
|
None | None |
Sintaks permintaan
POST /disaster_recovery/{planId}/items/{itemId}/stop HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| planId |
integer |
Yes |
ID rencana cadangan. |
1300000016 |
| itemId |
integer |
Yes |
ID tugas pemetaan. |
100070284 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Result |
||
| requestId |
string |
Request ID |
A07B41BD-6DD3-5349-9E76-00303xxxx |
| success |
boolean |
Whether the operation was successful |
true |
| data |
boolean |
Return result |
true |
| code |
string |
Error code |
DisasterRecoveryItemStatus.Error |
| message |
string |
Error message |
The current status of the disaster recovery item does not support this operation. |
| httpStatusCode |
integer |
HTTP status code |
200 |
| dynamicCode |
string |
Dynamic error code |
InstanceId |
| dynamicMessage |
string |
Dynamic error message |
instanceId |
| accessDeniedDetail |
string |
The details about the access denial. This parameter is returned only if the access is denied because the Resource Access Management (RAM) user does not have the required permissions. |
xxx |
Contoh
Respons sukses
JSONformat
{
"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"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.