Update a trunk IP ACL entry
trunk_update_ip_aclUpdate the description or enabled state of a specific IP ACL entry on a trunk group using its UUID and the ACL entry UUID.
Instructions
Update the description and/or enabled flag of an owned trunk's IP ACL entry. Use trunk_list_ips first to find the ip_id. Step-up MFA required. Errors: NO_ACTIVE_CUSTOMER, INVALID_ID, NOT_FOUND, INVALID_PAYLOAD, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip_id | Yes | IP ACL entry UUID (find it with trunk_list_ips) | |
| enabled | No | true to enable the ACL entry, false to disable it | |
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) | |
| description | No | New free-text label for the ACL entry |