Skip to content

Deployment History

Deployment History provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-deployment-history-getDeployment History.
ParameterDescriptionExample
nameName x-required.example-resource
namespaceNamespace x-required.system

Ask Claude to help you work with Deployment History resources:

“Get details of the deployment-history 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_infrastructures/$${PARAM}/deployment_history" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"