Validate Contact
Validate Contact provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-validate-contact-create | Validate contact. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Validate Contact resources:
Create Validate Contact
Section titled “Create Validate Contact”“Create a validate-contact named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/no_auth/validate_contact" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @validate_contact.json