Skip to content

Active Network Policie

Active Network Policie provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-active-network-policie-createSet Active Network Policies.
f5xc-api-tenantandidentity-active-network-policie-listGet Active Network Policies.
ParameterDescriptionExample
namespaceNamespace The name of the namespace.system

Ask Claude to help you work with Active Network Policie resources:

“Create a active-network-policie named ‘example’ in the ‘production’ namespace”

“List all active-network-policies in the ‘production’ namespace”

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