Cloud Connect Reapply VPC Attachment
Cloud Connect Reapply VPC Attachment provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-cloudinfrastructure-cloud-connect-reapply-vpc-attachment-create | ReApplyVPCAttachment. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Cloud Connect Reapply VPC Attachment resources:
Create Cloud Connect Reapply VPC Attachment
Section titled “Create Cloud Connect Reapply VPC Attachment”“Create a cloud-connect-reapply-vpc-attachment named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/sync-cloud-data/namespaces/system/cloud_connect_reapply_vpc_attachment" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @cloud_connect_reapply_vpc_attachment.json