Skip to content

Escalate

Escalate provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-support-escalate-createEscalate a ticket.
ParameterDescriptionExample
nameName The name of the customer support ticket object to be escalated.example-resource
namespaceNamespace The namespace in which the support ticket object is present in.system

Ask Claude to help you work with Escalate resources:

“Create a escalate named ‘example’ in the ‘production’ namespace”

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