Disassociates access control lists (ACLs) from a listener.
Usage notes
The DeleteDhcpOptionsSet operation is asynchronous. After you send a request, the system returns the request ID. However, the operation is still being performed in the system background. You can call ListAclRelations to query the status of an ACL.
- If an ACL is in the Dissociating state, the ACL is being disassociated from the listener.
- If an ACL is in the Dissociated state, the ACL has been disassociated from the listener.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DissociateAclsFromListener |
The operation that you want to perform. Set the value to DissociateAclsFromListener. |
AclIds.N | String | Yes | nacl-hp34s2h0xx1ht4nwo**** |
The IDs of ACLs. You can disassociate at most three ACLs from a listener in each call. |
ListenerId | String | Yes | lsr-bp1bpn0kn908w4nbw**** |
The ID of the listener. |
DryRun | Boolean | No | true |
Specifies whether only to precheck this request. Valid values:
|
ClientToken | String | No | 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
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. ClientToken can contain only ASCII characters. Note If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId for each API request may be different.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
JobId | String | 72dcd26b-f12d-4c27-b3af-18f6aed5**** |
The ID of the asynchronous task. |
RequestId | String | CEF72CEB-54B6-4AE8-B225-F876FF7BA984 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DissociateAclsFromListener
&AclIds=["nacl-hp34s2h0xx1ht4nwo****"]
&ListenerId=lsr-bp1bpn0kn908w4nbw****
&DryRun=true
&ClientToken=5A2CFF0E-5718-45B5-9D4D-70B3FF3898
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DissociateAclsFromListenerResponse>
<JobId>72dcd26b-f12d-4c27-b3af-18f6aed5****</JobId>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
</DissociateAclsFromListenerResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"JobId" : "72dcd26b-f12d-4c27-b3af-18f6aed5****",
"RequestId" : "CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Error codes
For a list of error codes, visit the Error Center.