Mengubah nama, deskripsi, dan opsi fitur domain multicast.
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 klien yang memastikan idempotensi permintaan. Buat token unik di klien Anda untuk setiap permintaan. Token hanya dapat berisi karakter ASCII. |
123e4567-e89b-12d3-a456-4266**** |
| TransitRouterMulticastDomainId |
string |
Yes |
ID domain multicast. |
tr-mcast-domain-40cwj0rgzgdtam**** |
| TransitRouterMulticastDomainName |
string |
No |
Nama baru domain multicast. Nama dapat kosong atau sepanjang 1 hingga 128 karakter. Tidak boleh diawali dengan http:// atau https://. |
nametest |
| TransitRouterMulticastDomainDescription |
string |
No |
Deskripsi baru domain multicast. Deskripsi dapat kosong atau sepanjang 1 hingga 256 karakter. Tidak boleh diawali dengan http:// atau https://. |
desctest |
| DryRun |
boolean |
No |
Apakah akan menjalankan dry run. Nilai valid:
|
false |
| Options |
object |
No |
Opsi fitur domain multicast. |
|
| Igmpv2Support |
string |
No |
Specifies whether to enable the Internet Group Management Protocol (IGMP) feature for the multicast domain. When this feature is enabled, hosts can use IGMP to dynamically join or leave multicast groups. Set the value to enable. Catatan
|
enable |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
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.