Skip to content

Unlink Ticket

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

ToolDescription
f5xc-api-virtual-unlink-ticket-createUnlink Tickets.
ParameterDescriptionExample
nameVirtual Host Name…example-resource
namespaceNamespace…system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
label_filterLabel filter
ticket_uidTicket uid

Ask Claude to help you work with Unlink Ticket resources:

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

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