Menghapus Rencana cadangan Paket global.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rocketmq:DeleteDisasterRecoveryPlan |
update |
*Instance
|
None | None |
Sintaks permintaan
DELETE /disaster_recovery/{planId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| planId |
integer |
Yes |
ID Rencana cadangan Paket global. |
1300000016 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| requestId |
string |
The request ID. |
AF9A8B10-C426-530F-A0DD-96320B39**** |
| success |
boolean |
Indicates whether the request was successful. |
true |
| data |
boolean |
The data returned. |
true |
| code |
string |
The error code. |
DisasterRecoveryPlanStatus.Error |
| message |
string |
The error message. |
The current status of the disaster recovery plan does not support this operation. |
| httpStatusCode |
integer |
The response code. |
200 |
| dynamicCode |
string |
The dynamic error code. |
InstanceId |
| dynamicMessage |
string |
The 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": "AF9A8B10-C426-530F-A0DD-96320B39****\n",
"success": true,
"data": true,
"code": "DisasterRecoveryPlanStatus.Error",
"message": "The current status of the disaster recovery plan 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.