Memulai pemetaan topik tugas Global Replicator.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rocketmq:StartDisasterRecoveryItem |
update |
*Topic
|
None | None |
Sintaks permintaan
POST /disaster_recovery/{planId}/items/{itemId}/start HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| planId |
integer |
Yes |
ID rencana cadangan. |
1300000016 |
| itemId |
integer |
Yes |
ID tugas pemetaan. |
100000704 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Result |
||
| requestId |
string |
Request ID |
C7E8AE3A-219B-52EE-BE32-4036Fxxxxx |
| 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 due to the reason that the Resource Access Management (RAM) user does not have the required permissions. |
xxx |
Contoh
Respons sukses
JSONformat
{
"requestId": "C7E8AE3A-219B-52EE-BE32-4036Fxxxxx",
"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.