Skip to content

Version

Version provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-version-getBot Allowlist Policy Versions.
ParameterDescriptionExample
namePolicy name Policy name.example-resource
namespaceNamespace namespace is used to scope the query.system

Ask Claude to help you work with Version resources:

“Get details of the version named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/bot_allowlist_policy/$${PARAM}/versions" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"