Site Mesh Group
Site Mesh Group provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-statistics-site-mesh-group-create | Site Mesh Topology. |
f5xc-api-statistics-site-mesh-group-list | Site Mesh Groups Summary. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
site_mesh_group | Site Mesh Group Name of the site mesh group. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Site Mesh Group resources:
Create Site Mesh Group
Section titled “Create Site Mesh Group”“Create a site-mesh-group named ‘example’ in the ‘production’ namespace”
List Site Mesh Groups
Section titled “List Site Mesh Groups”“List all site-mesh-groups in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/topology/site_mesh_groups" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/topology/site_mesh_group/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @site_mesh_group.json