Skip to content

Fast Acls For Internet VIP

Fast Acls For Internet VIP provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-fast-acls-for-internet-vip-createSet FastACLs For Internet VIPs.
f5xc-api-tenantandidentity-fast-acls-for-internet-vip-listGet FastACLs For Internet VIPs.
ParameterDescriptionExample
namespaceNamespace The name of the namespace.system

Ask Claude to help you work with Fast Acls For Internet VIP resources:

“Create a fast-acls-for-internet-vip named ‘example’ in the ‘production’ namespace”

“List all fast-acls-for-internet-vips in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fast_acls_for_internet_vips" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fast_acls_for_internet_vips" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @fast_acls_for_internet_vip.json