Membuat atau menambahkan anggota multicast.
Deskripsi operasi
Router transit edisi perusahaan hanya mendukung elastic network interfaces (ENIs) sebagai anggota multicast. Anda dapat memanggil operasi RegisterTransitRouterMulticastGroupMembers untuk menentukan ENI di wilayah saat ini atau wilayah berbeda sebagai anggota multicast.
-
Jika Anda menentukan nilai untuk parameter NetworkInterfaceIds, ENI di wilayah saat ini akan ditetapkan sebagai anggota multicast. Pastikan ENI dan vSwitch telah dikaitkan dengan domain multicast. Untuk informasi selengkapnya, lihat AssociateTransitRouterMulticastDomain.
-
Jika Anda menentukan nilai untuk PeerTransitRouterMulticastDomains, anggota multicast dalam grup multicast yang berada di wilayah lain tetapi menggunakan alamat IP multicast yang sama dengan grup multicast saat ini akan ditetapkan sebagai anggota multicast untuk grup multicast tersebut. Pastikan koneksi antar-wilayah telah dibuat antara kedua wilayah tersebut. Untuk informasi selengkapnya, lihat CreateTransitRouterPeerAttachment.
Sebagai contoh, Anda membuat Grup Multicast 1 di Domain Multicast 1 yang berada di wilayah Tiongkok (Hangzhou), serta Grup Multicast 2 di Domain Multicast 2 yang berada di wilayah Tiongkok (Shanghai). Kedua grup multicast tersebut menggunakan alamat IP multicast yang sama, dan Anggota Multicast 2 berada dalam Grup Multicast 2 di wilayah Tiongkok (Shanghai). Jika Anda memanggil operasi
RegisterTransitRouterMulticastGroupMembersuntuk menambahkan anggota multicast ke Grup Multicast 1 di wilayah Tiongkok (Hangzhou) dan mengatur PeerTransitRouterMulticastDomains ke ID Domain Multicast 2 di wilayah Tiongkok (Shanghai), maka Anggota Multicast 2 dari Domain Multicast 2 di wilayah Tiongkok (Shanghai) akan ditambahkan ke Grup Multicast 1 di wilayah Tiongkok (Hangzhou). -
RegisterTransitRouterMulticastGroupMembersadalah operasi asinkron. Setelah permintaan dikirim, sistem mengembalikan request ID dan menjalankan tugas di latar belakang. Anda dapat memanggil operasiListTransitRouterMulticastGroupsuntuk memeriksa status anggota multicast.Jika anggota multicast berada dalam status Registering, proses pendaftaran sedang berlangsung. Dalam kondisi ini, Anda dapat memeriksa status anggota tersebut, tetapi tidak dapat melakukan operasi lain terhadapnya.
Jika anggota multicast berada dalam status Registered, pendaftaran anggota multicast telah berhasil.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:RegisterTransitRouterMulticastGroupMembers |
create |
*TransitRouterMulticastDomain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. Anda dapat menggunakan klien untuk menghasilkan token, tetapi pastikan token tersebut unik di antara permintaan yang berbeda. Token hanya boleh berisi karakter ASCII. Catatan
Jika Anda tidak menentukan parameter ini, sistem secara otomatis menggunakan request ID sebagai client token. Request ID mungkin berbeda untuk setiap permintaan. |
123e4567-e89b-12d3-a456-426655440000 |
| TransitRouterMulticastDomainId |
string |
Yes |
ID domain multicast tempat anggota multicast berada. |
tr-mcast-domain-91wpg6wbhchjeq**** |
| GroupIpAddress |
string |
Yes |
Alamat IP grup multicast tempat anggota multicast berada. Nilai yang valid: 224.0.0.1 hingga 239.255.255.254. Jika grup multicast belum ada di domain multicast yang ditentukan, sistem secara otomatis membuat grup multicast tersebut di dalam domain multicast. |
239.XX.XX.2 |
| NetworkInterfaceIds |
array |
No |
ID ENI. |
|
|
string |
No |
ID ENI. Anda dapat menentukan beberapa ENI dalam satu panggilan. Pastikan jumlah total ENI dan jumlah domain multicast antar-wilayah tidak melebihi lima. |
eni-p0weuda3lszwzjly**** |
|
| PeerTransitRouterMulticastDomains |
array |
No |
ID domain multicast antar-wilayah. |
|
|
string |
No |
ID domain multicast antar-wilayah. Anda dapat menentukan beberapa domain multicast antar-wilayah dalam satu panggilan. Pastikan jumlah total ENI dan jumlah domain multicast antar-wilayah tidak melebihi lima. |
tr-mcast-domain-5mjb5gjb6dgu98**** |
|
| DryRun |
boolean |
No |
Menentukan apakah akan melakukan dry run tanpa benar-benar menjalankan permintaan. Nilai yang valid:
|
false |
| VpcId |
string |
No |
ID VPC tempat ENI berada.
|
vpc-wz9fusm6zq8uy7cfa**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Tanggapan. |
||
| RequestId |
string |
ID permintaan. |
EB985B7E-2CF8-5EC9-A7DB-F7C82ABD3ACE |
Contoh
Respons sukses
JSONformat
{
"RequestId": "EB985B7E-2CF8-5EC9-A7DB-F7C82ABD3ACE"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParam.GroupIpAddress | The specified GroupIpAddress is illegal. | The error message returned because the GroupIpAddress parameter is set to an invalid value. |
| 400 | InvalidMulticastDomainId.NotFound | The specified AttachmentId is not found. | The error message returned because the specified multicast domain does not exist. |
| 400 | IncorrectStatus.MulticastDomainId | The status of MulticastDomainId is incorrect. | The error message returned because the status of the specified multicast domain does not support this operation. Try again later. |
| 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 | InstanceNotExist | The instance is not exist. | The error message returned because the specified instance does not exist. |
| 400 | InvalidOperation.PeerMulticastDomainRegion | Operation is invalid because to peer multicast domain in the same region with multicast domain. | |
| 400 | InvalidOperation.MulticastDomainStatus | Operation is invalid, due to multicast domain not Active. | The error message returned because the status of the specified multicast domain does not support this operation. |
| 400 | InvalidOperation.BandwidthLimitNotExist | Operation is invalid because a bandwidth limit not exist. | The error message returned because the specified bandwidth cap of the bandwidth plan does not exist. |
| 400 | AttachmentNotFound | "The attachment does not exist. | |
| 400 | IncorrectStatus.AttachmentId | The status of AttachmentId is incorrect. | The error message returned because the status of the attachment does not support this operation. Try again later. |
| 400 | InstanceExist | The instance already exists. | The error message returned because the specified instance already exists. |
| 400 | InvalidOperation.NetworkInterfaceNotExist | Operation is invalid bacause network interface not exist. | The error message returned because the network instance does not exist. |
| 400 | InvalidOperation.NTRNetworkInterfaceNotSupport | Operation is invalid, due to ntr eni not support. | The error message returned because the ENI of the transit router cannot be added to the multicast group. |
| 400 | InvalidOperation.MulticastDomainAssociationNotExist | Operation is invalid because multicast association domain association not exist. | The error message returned because this operation is not supported when the specified multicast domain is not associated with the specified resource. |
| 400 | InvalidOperation.MulticastDomainAssociationStatus | Operation is invalid, due to multicast domain association not Active. | The error message returned because the status of the specified multicast domain does not support this operation. Try again later. |
| 400 | InvalidPeerTrMulticastDomainId.NotFound | The specified PeerTrMulticastDomainId is not found. | The error message returned because the specified multicast domain on the peer transit does not exist. |
| 400 | IncorrectStatus.PeerTrMulticastDomainId | The status of PeerTrMulticastDomainId is incorrect. | The error message returned because the specified multicast domain on the peer transit router (PeerTrMulticastDomain) does not support this operation. Try again later. |
| 400 | IllegalParam.PeerTrMulticastDomainId | The specified PeerTrMulticastDomainId is illegal. | The error message returned because the PeerTrMulticastDomainId parameter is set to an invalid value. |
| 400 | InvalidOperation | Operation is invalid. | The error message returned because the operation is invalid. |
| 400 | QuotaFull.MulticastGroupPerDomain | The number of multicast group has exceed the maximum value that can be created. | The error message returned because the number of multicast groups in the multicast domain has reached the upper limit. |
| 400 | QuotaFull.MulticastMemberPerGroup | The number of multicast group member has exceed the maximum value that can be created. | The error message returned because the number of multicast members in the multicast group has reached the upper limit. |
| 400 | QuotaFull.MulticastPeerMemberPerGroup | The number of multicast group member peer domain has exceed the maximum value that can be created. | The error message returned because the number of multicast members from another region in the multicast group has reached the upper limit. |
| 400 | DryRunOperation | Request validation has been passed with DryRun flag set. | The error message returned because the dry run request passed the precheck. |
| 400 | InvalidConnectPeerIds.NotFound | The Connect Peer Ids are invalid. | The Connect Peer Ids are invalid. |
| 400 | InvalidVpcId.NotFound | The specified VpcId is not found. | The error message returned because the specified VPC ID (VpcId) is invalid. |
| 400 | OperationUnsupported.ExistsIgmpv2MemberOnEni | An igmpv2 multicast source or multicast member already exists on the ENI. | An igmpv2 multicast source or multicast member already exists on the ENI. |
| 400 | InvalidVpcId.NotValid | The specified Vpc is invalid. | The specified vpcId is invalid. |
| 400 | QuotaExceeded.SourceAndMemberPerTransitRouter | The number of multicast group members and sources has exceed the maximum value that can be created. | The number of multicast group members and sources has exceed the maximum value that can be created. |
| 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.