Fast Acls For Internet VIP
Fast Acls For Internet VIP provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-fast-acls-for-internet-vip-create | Set FastACLs For Internet VIPs. |
f5xc-api-tenantandidentity-fast-acls-for-internet-vip-list | Get FastACLs For Internet VIPs. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace The name of the namespace. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Fast Acls For Internet VIP resources:
Create Fast Acls For Internet VIP
Section titled “Create Fast Acls For Internet VIP”“Create a fast-acls-for-internet-vip named ‘example’ in the ‘production’ namespace”
List Fast Acls For Internet VIPs
Section titled “List Fast Acls For Internet VIPs”“List all fast-acls-for-internet-vips in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fast_acls_for_internet_vips" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -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