Unlink Ticket
Unlink Ticket provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-unlink-ticket-create | Unlink Tickets. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Virtual Host Name… | example-resource |
namespace | Namespace… | system |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
unlink_choice
Section titled “unlink_choice”| Option | Description | Recommended |
|---|---|---|
label_filter | Label filter | |
ticket_uid | Ticket uid |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Unlink Ticket resources:
Create Unlink Ticket
Section titled “Create Unlink Ticket”“Create a unlink-ticket named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -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