Skip to content

IP

IP provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-ddos-ip-listMitigation IPs.
ParameterDescriptionExample
mitigation_idMitigation ID ID of the mitigation we want to GET the IPs for.-
namespaceNamespace This request is supported only in system namespace.system

Ask Claude to help you work with IP resources:

“List all ips in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/mitigation/${PARAM}/ips" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"