Network Access Control Lists allow you to control incoming network traffic by setting up ACL rules.
List ACL rules of a Database Instance
List the ACL rules for a given Database Instance. The response is an array of ACL objects, each one representing an ACL that denies, allows or redirects traffic based on certain conditions.
path Parameters
regionThe region you want to target
instance_idUUID of the Database Instance.
query Parameters
pagepage_sizeList ACL rules of a Database Instance › Responses
List of ACL rules present on a Database Instance.
total_countTotal count of ACL rules present on a Database Instance.
Set ACL rules for a Database Instance
Replace all the ACL rules of a Database Instance.
path Parameters
regionThe region you want to target
instance_idUUID of the Database Instance where the ACL rules must be set.
Set ACL rules for a Database Instance › Request Body
ACL rules to define for the Database Instance.
Set ACL rules for a Database Instance › Responses
ACLs rules configured for a Database Instance.
Add an ACL rule to a Database Instance
Add an additional ACL rule to a Database Instance.
path Parameters
regionThe region you want to target
instance_idUUID of the Database Instance you want to add ACL rules to.
Add an ACL rule to a Database Instance › Request Body
ACL rules to add to the Database Instance.
Add an ACL rule to a Database Instance › Responses
ACL Rules enabled for the Database Instance.
Delete ACL rules of a Database Instance
Delete one or more ACL rules of a Database Instance.
path Parameters
regionThe region you want to target
instance_idUUID of the Database Instance you want to delete an ACL rule from.
Delete ACL rules of a Database Instance › Request Body
acl_rule_ipsIP addresses defined in the ACL rules of the Database Instance.
Delete ACL rules of a Database Instance › Responses
IP addresses defined in the ACL rules of the Database Instance.