Discover VPC
Discover VPC provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-cloudinfrastructure-discover-vpc-create | Cloud Connect VPC Discovery. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Discover VPC resources:
Create Discover VPC
Section titled “Create Discover VPC”“Create a discover-vpc 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/discover_vpc" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @discover_vpc.json