To configure a Tenant ACL rule, you need a Management API access token with the following scopes:
create:network_aclsupdate:network_aclsread:network_aclsdelete:network_acls
Available actions
You can view, create, update, and delete Tenant ACL rules with the Management API.Parameters
For detailed information about Tenant ACL parameters and how to use them, read Reference.string
required
Describes the purpose or functionality of the rule.Example:
Only allow requests originating from the United Statesboolean
required
Enables or disables the rule.Example:
truenumber
required
Numerical value that determines the order in which the rule is evaluated.Example:
1object
required
Contains the conditions and actions of the rule.
Examples
Toggle monitoring mode for a rule
You can enable monitoring mode for a Tenant ACL rule with the Management API Update access control list endpoint. Add thelog property to the rule.action object and set its value to true.