Acls

About Acls

Schema

Access Control List entries

KeyDescriptionTypeDefaultRequiredSupport Level
cidrClassless Inter-Domain Routing IP notation for use on the ACLstring()true
descriptionWill be added as a comment for quick identification laterstring(0..30)false
network-list-nameThe trusted list should represent anything that can issue calls without authorization. The authoritative list should indicate inter-network routing equipment (SBC, etc).`string(‘authoritative''trusted’)`true
typeAllow or deny this CIDR`string(‘allow''deny’)`allowtrue

Fetch

GET /v2/accounts/{ACCOUNT_ID}/acls

curl -v -X GET \
    -H "X-Auth-Token: {AUTH_TOKEN}" \
    http://{SERVER}:8000/v2/accounts/{ACCOUNT_ID}/acls

On this page