Create a Site Mesh Group in system namespace of user.
| Tool | Description |
|---|
f5xc-api-servicemesh-site-mesh-group-create | Create Site Mesh Group. |
f5xc-api-servicemesh-site-mesh-group-get | GET Site Mesh Group. |
f5xc-api-servicemesh-site-mesh-group-list | List Site Mesh Group. |
f5xc-api-servicemesh-site-mesh-group-update | Replace Site Mesh Group. |
f5xc-api-servicemesh-site-mesh-group-delete | DELETE Site Mesh Group. |
| Parameter | Description | Example |
|---|
metadata.namespace | Namespace | - |
name | Name | - |
namespace | Namespace | - |
metadata.name | Name | - |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example | - |
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter | - |
report_status_fields | The report_status_fields parameter | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.full_mesh | - | |
spec.hub_mesh | - | |
spec.spoke_mesh | - | |
| Option | Description | Recommended |
|---|
spec.disable_re_fallback | - | |
spec.enable_re_fallback | - | |
| Option | Description | Recommended |
|---|
spec.full_mesh.control_and_data_plane_mesh | - | |
spec.full_mesh.data_plane_mesh | - | |
| Option | Description | Recommended |
|---|
spec.hub_mesh.control_and_data_plane_mesh | - | |
spec.hub_mesh.data_plane_mesh | - | |
| Option | Description | Recommended |
|---|
spec.spoke_mesh.control_and_data_plane_mesh | - | |
spec.spoke_mesh.data_plane_mesh | - | |
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”
“Get details of the site-mesh-group named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/site_mesh_groups" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/site_mesh_groups/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/site_mesh_groups" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/site_mesh_groups/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"