Skip to content

Upgrade Statu

Upgrade Statu provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-cemanagement-upgrade-statu-getGet Upgrade Status.
ParameterDescriptionExample
nameName Fetch upgrade status for the name of site.example-resource
namespaceNamespace Fetch upgrade status for the given namespace.system

Ask Claude to help you work with Upgrade Statu resources:

“Get details of the upgrade-statu named ‘example’ in namespace ‘production‘“

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