Skip to content

Site Mesh Group

Site Mesh Group provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-site-mesh-group-createSite Mesh Topology.
f5xc-api-sites-site-mesh-group-listSite Mesh Groups Summary.
ParameterDescriptionExample
site_mesh_groupSite Mesh Group Name of the site mesh group.-

Ask Claude to help you work with Site Mesh Group resources:

“Create a site-mesh-group named ‘example’ in the ‘production’ namespace”

“List all site-mesh-groups in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/topology/site_mesh_groups" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -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