Customer Support
Customer Support provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-customer-support-create | Create customer support ticket in managed tenant. |
f5xc-api-tenantandidentity-customer-support-list | List tickets of managed tenant. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Customer Support resources:
Create Customer Support
Section titled “Create Customer Support”“Create a customer-support named ‘example’ in the ‘production’ namespace”
List Customer Supports
Section titled “List Customer Supports”“List all customer-supports in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/managed_client/customer_supports" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/managed_client/customer_supports" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @customer_support.json