Menyinkronkan progres konsumsi rencana pemulihan bencana.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rocketmq:SyncDisasterRecoveryCheckpoint |
update |
*All Resource
|
None | None |
Sintaks permintaan
POST /disaster_recovery/{planId}/items/{itemId}/checkpoints/{checkpointId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| planId |
integer |
No |
ID rencana cadangan. |
13000000xx |
| itemId |
integer |
No |
ID pemetaan. |
13000000xx |
| checkpointId |
integer |
No |
ID progres konsumsi. |
13000000xx |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Response Result |
||
| requestId |
string |
Request ID |
7358418D-83BD-507A-8079-611C63E05674 |
| success |
boolean |
Success or Not |
true |
| data |
boolean |
Result Data |
true |
| code |
string |
Error Code |
Topic.NotFound |
| message |
string |
Error Message |
Parameter instanceId is mandatory for this action . |
| httpStatusCode |
integer |
HTTP Status Code |
400 |
| dynamicCode |
string |
Dynamic Error Code |
InstanceId |
| dynamicMessage |
string |
The dynamic error message. |
instanceId |
Contoh
Respons sukses
JSONformat
{
"requestId": "7358418D-83BD-507A-8079-611C63E05674",
"success": true,
"data": true,
"code": "Topic.NotFound",
"message": "Parameter instanceId is mandatory for this action .",
"httpStatusCode": 400,
"dynamicCode": "InstanceId",
"dynamicMessage": "instanceId"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.