Menghapus pemetaan topik dari tugas Global Replicator.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rocketmq:DeleteDisasterRecoveryItem |
update |
*Topic
|
None | None |
Sintaks permintaan
DELETE /disaster_recovery/{planId}/items/{itemId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| planId |
integer |
Yes |
ID rencana Global Replicator. |
1300000016 |
| itemId |
integer |
Yes |
ID tugas pemetaan topik. |
100000650 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Result |
||
| requestId |
string |
ID permintaan. |
0B962390-D84B-5D44-8C11-79DFxxxx |
| success |
boolean |
Menunjukkan apakah operasi berhasil. |
true |
| data |
boolean |
Data yang dikembalikan. |
true |
| code |
string |
Kode kesalahan. |
DisasterRecoveryItemStatus.Error |
| message |
string |
Pesan kesalahan. |
The current status of the disaster recovery item does not support this operation. |
| httpStatusCode |
integer |
Kode status HTTP. |
200 |
| dynamicCode |
string |
Kode kesalahan dinamis. |
InstanceId |
| dynamicMessage |
string |
Pesan kesalahan dinamis. |
instanceId |
| accessDeniedDetail |
string |
Detail tentang penolakan akses. Parameter ini hanya dikembalikan jika pengguna tidak berwenang untuk melakukan operasi. |
xxx |
Contoh
Respons sukses
JSONformat
{
"requestId": "0B962390-D84B-5D44-8C11-79DFxxxx",
"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.