Call the DisassociateTransitRouterMulticastDomain operation to dissociate a vSwitch from a multicast domain.
Operation description
-
Before you dissociate a vSwitch from a multicast domain, make sure that no multicast source or member exists on the vSwitch. For more information about how to delete a multicast source and a multicast member, see DeregisterTransitRouterMulticastGroupSources and DeregisterTransitRouterMulticastGroupMembers.
-
If you provide invalid parameters, the system returns a request ID but does not dissociate the vSwitch from the multicast domain.
-
DisassociateTransitRouterMulticastDomain is an asynchronous operation. After you send a request, the system returns a RequestId, but the vSwitch is not immediately dissociated from the multicast domain. The system runs the dissociation task in the background. You can call the ListTransitRouterMulticastDomainAssociations operation to query the association status of the vSwitch and the multicast domain.
If the association status is Dissociating, the vSwitch is being dissociated from the multicast domain. In this state, you can only query the vSwitch. You cannot perform other operations.
If the vSwitch cannot be found in the multicast domain, the vSwitch has been successfully dissociated from the multicast domain.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:DisassociateTransitRouterMulticastDomain |
delete |
*TransitRouterMulticastDomain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. Generate a token from your client to make sure that the token is unique among different requests. The token can contain only ASCII characters. |
123e4567-e89b-12d3-a456-426655440000 |
| TransitRouterMulticastDomainId |
string |
Yes |
The ID of the multicast domain. |
tr-mcast-domain-91wpg6wbhchjeq**** |
| TransitRouterAttachmentId |
string |
Yes |
The ID of the VPC connection. The VPC connection is created after the Virtual Private Cloud (VPC) to which the vSwitch belongs is connected to the transit router. |
tr-attach-g3kz2k3u76amsk**** |
| DryRun |
boolean |
No |
Specifies whether to perform a dry run. Valid values:
|
false |
| VSwitchIds |
array |
No |
The list of vSwitch IDs. |
|
|
string |
Yes |
The ID of the vSwitch. You can dissociate a multicast domain from up to 5 vSwitches at a time. |
vsw-p0w9s2ig1jnwgrbzl**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
6F6B3FF0-45D1-5416-B189-C45A42A0222B |
Examples
Success response
JSON format
{
"RequestId": "6F6B3FF0-45D1-5416-B189-C45A42A0222B"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidMulticastDomainId.NotFound | The specified MulticastDomainId is not found. | The error message returned because the specified multicast domain does not exist. |
| 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 | InstanceStatusNotSupport | The status of instance not support the operation. | The error message returned because the operation is not supported while the instance is in the current state. |
| 400 | InvalidAttachmentId.NotFound | The specified AttachmentId is not found. | |
| 400 | IncorrectStatus.Attachment | The status of Attachment is incorrect. | The error message returned because the status of the attachment does not support this operation. Try again later. |
| 400 | IllegalParam.AttachmentId | The specified AttachmentId is illegal. | The error message returned because the specified attachment ID is invalid. |
| 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 | 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.