Skip to content

Support Ticket

Support Ticket provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-support-support-ticket-createList of support tickets created for a child tenant.

Ask Claude to help you work with Support Ticket resources:

“Create a support-ticket named ‘example’ in the ‘production’ namespace”

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