Memodifikasi nama, deskripsi, dan opsi fitur dari sebuah multicast domain.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:ModifyTransitRouterMulticastDomain |
update |
*TransitRouterMulticastDomain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
Token client yang menjamin idempotensi permintaan. Buat token unik pada client Anda untuk setiap permintaan. Token hanya boleh berisi karakter ASCII. |
123e4567-e89b-12d3-a456-4266**** |
| TransitRouterMulticastDomainId |
string |
Yes |
ID dari multicast domain. |
tr-mcast-domain-40cwj0rgzgdtam**** |
| TransitRouterMulticastDomainName |
string |
No |
Nama baru dari multicast domain. Nama dapat kosong atau terdiri dari 1 hingga 128 karakter. Nama tidak boleh diawali dengan http:// atau https://. |
nametest |
| TransitRouterMulticastDomainDescription |
string |
No |
Deskripsi baru dari multicast domain. Deskripsi dapat kosong atau terdiri dari 1 hingga 256 karakter. Deskripsi tidak boleh diawali dengan http:// atau https://. |
desctest |
| DryRun |
boolean |
No |
Menentukan apakah akan melakukan dry run. Nilai yang valid:
|
false |
| Options |
object |
No |
Opsi fitur dari multicast domain. |
|
| Igmpv2Support |
string |
No |
Menentukan apakah akan mengaktifkan fitur Internet Group Management Protocol (IGMP) untuk multicast domain. Saat fitur ini diaktifkan, host dapat menggunakan IGMP untuk secara dinamis bergabung atau keluar dari grup multicast. Tetapkan nilainya ke enable. Catatan
|
enable |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Respons. |
||
| RequestId |
string |
ID permintaan. |
26273D23-5CB0-5EFC-AF5F-78A5448084C9 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "26273D23-5CB0-5EFC-AF5F-78A5448084C9"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Illegal.Name | Name is illegal. | The error message returned because the name is invalid. |
| 400 | Illegal.Description | Description is illegal. | The error message returned because the description is invalid. |
| 400 | InvalidMulticastDomainId.NotFound | The specified MulticastDomainId is not found. | The error message returned because the specified multicast domain does not exist. |
| 400 | DryRunOperation | Request validation has been passed with DryRun flag set. | The error message returned because the dry run request passed the precheck. |
| 400 | IllegalParam.Igmpv2Support | The specified Igmpv2Support is illegal. Valid values are [enable, disable]. | The parameter Igmpv2Support is invalid. Value range: enable, disable. |
| 400 | OperationUnsupported.Igmpv2Support | The current UID does not allow the creation of a igmpv2 multicast domain. Please submit a ticket. | The current UID does not allow the creation of a multicast domain of the igmpv2 type. Please submit a ticket. |
| 400 | OperationUnsupported.NotAllowedDisableIgmpv2Support | The operation is not permitted because Igmpv2Support is not currently available to be disabled. | The operation is not permitted because Igmpv2Support is not currently available to be disabled. |
| 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.