Anda dapat memanggil operasi DeleteTransitRouterMulticastDomain untuk menghapus domain multicast.
Deskripsi operasi
Sebelum menghapus domain multicast, pastikan persyaratan berikut terpenuhi:
Domain multicast tidak dikaitkan dengan vSwitch apa pun. Untuk informasi selengkapnya, lihat DisassociateTransitRouterMulticastDomain.
Tidak ada sumber atau anggota multicast di dalam domain multicast tersebut. Untuk informasi selengkapnya, lihat DeregisterTransitRouterMulticastGroupSources dan DeregisterTransitRouterMulticastGroupMembers.
Domain multicast tidak dikaitkan sebagai anggota ke domain multicast lainnya. Untuk memutuskan kaitan tersebut, hapus anggota dari domain multicast lainnya. Untuk informasi selengkapnya, lihat DeregisterTransitRouterMulticastGroupMembers.
Pastikan Anda memasukkan nilai parameter yang benar saat memanggil operasi ini. Jika nilai parameter salah dimasukkan, ID permintaan akan dikembalikan, tetapi domain multicast tidak akan dihapus.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:DeleteTransitRouterMulticastDomain |
delete |
*TransitRouterMulticastDomain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. Buat token pada client Anda untuk memastikan bahwa token tersebut unik di antara permintaan yang berbeda. Token hanya boleh berisi karakter ASCII. |
123e4567-e89b-12d3-a456-4266**** |
| TransitRouterMulticastDomainId |
string |
Yes |
ID domain multicast. |
tr-mcast-domain-40cwj0rgzgdtam**** |
| DryRun |
boolean |
No |
Menentukan apakah akan melakukan dry run. Nilai yang valid:
|
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| RequestId |
string |
ID permintaan. |
40194E53-2484-5831-BB53-E11D123C1A32 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "40194E53-2484-5831-BB53-E11D123C1A32"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IncorrectStatus.MulticastDomain | The status of MulticastDomain is incorrect. | The error message returned because the status of the specified multicast domain does not support this operation. Try again later. |
| 400 | InstanceNotExist | The instance is not exist. | The error message returned because the specified instance does not exist. |
| 400 | IncorrectStatus.Cen | The status of Cen is incorrect. | The error message returned because the status of the specified CEN instance does not support this operation. Try again later. |
| 400 | IncorrectStatus.TransitRouter | The status of TransitRouter is incorrect. | The error message returned because the status of the transit router does not support this operation. Try again later. |
| 400 | InvalidOperation.MulticastDomainAssociationExist | Operation is invalid because multicast domain associations exist. | The error message returned because this operation is not supported when the multicast domain is associated with a resource. |
| 400 | InvalidOperation.MulticastGroupExist | Operation is invalid because multicast groups exist. | The error message returned because this operation is not supported when a multicast domain group exists. |
| 400 | InvalidOperation.MulticastDomainInGroup | Operation is invalid because multicast domain has registered as multicast group member. | The error message returned because the specified multicast domain is added to a multicast group as a multicast member. |
| 400 | DryRunOperation | Request validation has been passed with DryRun flag set. | The error message returned because the dry run request passed the precheck. |
| 400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.