Associates a network access control list (ACL) with a vSwitch.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
NetworkAclId | String | Yes | nacl-a2do9e413e0sp**** |
The ID of the network ACL. |
RegionId | String | Yes | cn-hangzhou |
The region ID of the network ACL. You can call the DescribeRegions operation to query the most recent region list. |
ClientToken | String | No | 123e4567-e89b-12d3-a456-426655440000 |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. Note If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId may be different for each API request.
|
Action | String | Yes | AssociateNetworkAcl |
The operation that you want to perform. Set the value to AssociateNetworkAcl. |
Resource.N.ResourceType | String | No | VSwitch |
The type of the associated resource. Set the value to VSwitch. Valid values of N: 0 to 29. You can associate at most 30 vSwitches. |
Resource.N.ResourceId | String | No | vsw-bp1de348lntdw**** |
The ID of the resource with which you want to associate the network ACL. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 4CF20CC7-D1FC-425B-A15B-DF7C8E2131A7 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Resource=[{"ResourceType":"VSwitch","ResourceId":"vsw-bp1de348lntdw****"}]
&NetworkAclId=nacl-a2do9e413e0sp****
&RegionId=cn-hangzhou
&ClientToken=123e4567-e89b-12d3-a456-426655440000
&Action=AssociateNetworkAcl
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<AssociateNetworkAclResponse>
<RequestId>4CF20CC7-D1FC-425B-A15B-DF7C8E2131A7</RequestId>
</AssociateNetworkAclResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "4CF20CC7-D1FC-425B-A15B-DF7C8E2131A7"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
500 | InternalError | The request processing has failed due to some unknown error. | The error message returned because an unknown error occurred. |
For a list of error codes, visit the API Error Center.