Network Access Control Lists (ACLs) allow you to manage network inbound traffic by setting up ACL rules.
Get an ACL rule
Retrieve information about an ACL rule of a Redis™ Database Instance (Redis™ cluster). You must specify the acl_id of the rule in your request.
path Parameters
zoneThe zone you want to target
acl_idUUID of the ACL rule you want to get. (UUID format)
Get an ACL rule › Responses
idID of the rule. (UUID format)
ip_cidrIPv4 network address of the rule. (IP network)
descriptionDescription of the rule.
Delete an ACL rule for a cluster
Delete an ACL rule of a Redis™ Database Instance (Redis™ cluster). You must specify the acl_id of the rule you want to delete in your request.
path Parameters
zoneThe zone you want to target
acl_idUUID of the ACL rule you want to delete. (UUID format)
Delete an ACL rule for a cluster › Responses
idUUID of the Database Instance. (UUID format)
nameName of the Database Instance.
project_idProject ID the Database Instance belongs to. (UUID format)
statusStatus of the Database Instance.
versionRedis™ engine version of the Database Instance.
List of Database Instance endpoints.
tagsList of tags applied to the Database Instance.
node_typeNode type of the Database Instance.
created_atCreation date (Format ISO 8601). (RFC 3339 format)
updated_atUpdate date (Format ISO 8601). (RFC 3339 format)
tls_enabledDefines whether or not TLS is enabled.
List of Database Instance settings.
List of ACL rules.
cluster_sizeNumber of nodes of the Database Instance cluster.
zoneZone of the Database Instance.
user_nameName of the user associated to the cluster.
upgradable_versionsList of engine versions the Database Instance can upgrade to.
Set ACL rules for a cluster
Replace all the ACL rules of a Redis™ Database Instance (Redis™ cluster).
path Parameters
zoneThe zone you want to target
cluster_idUUID of the Database Instance where the ACL rules have to be set. (UUID format)
Set ACL rules for a cluster › Request Body
ACLs rules to define for the cluster.
Set ACL rules for a cluster › Responses
ACL Rules enabled for the Database Instance.
Add ACL rules for a cluster
Add an additional ACL rule to a Redis™ Database Instance (Redis™ cluster).
path Parameters
zoneThe zone you want to target
cluster_idUUID of the Database Instance you want to add ACL rules to. (UUID format)
Add ACL rules for a cluster › Request Body
ACLs rules to add to the cluster.
Add ACL rules for a cluster › Responses
ACL Rules enabled for the Database Instance.
total_countTotal count of ACL rules of the Database Instance.