Securemesh Site V2 provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-sites-securemesh-site-v2-create | Create Secure Mesh site. |
f5xc-api-sites-securemesh-site-v2-get | Get Secure Mesh site. |
f5xc-api-sites-securemesh-site-v2-list | List Configure Secure Mesh Site. |
f5xc-api-sites-securemesh-site-v2-update | Update Secure Mesh site. |
f5xc-api-sites-securemesh-site-v2-delete | Delete Configure Secure Mesh Site. |
| Parameter | Description | Example |
|---|
namespace | Namespace This defines the workspace within which each the configuration object is to be created. | system |
name | Name The name of the configuration object to be fetched. | example-resource |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example - in GetSpec form for the contents of object… | GET_RSP_FORMAT_DEFAULT |
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.block_all_services | Block all services | |
spec.blocked_services | Blocked services | |
| Option | Description | Recommended |
|---|
spec.custom_proxy | Custom proxy | |
spec.f5_proxy | F5 proxy | |
| Option | Description | Recommended |
|---|
spec.active_forward_proxy_policies | Active forward proxy policies | |
spec.no_forward_proxy | No forward proxy | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.active_enhanced_firewall_policies | Active enhanced firewall policies | |
spec.no_network_policy | No network policy | |
| Option | Description | Recommended |
|---|
spec.disable_ha | Disable ha | |
spec.enable_ha | Enable ha | |
| Option | Description | Recommended |
|---|
spec.aws | Aws | |
spec.azure | Azure | |
spec.baremetal | Baremetal | |
spec.equinix | Equinix | |
spec.gcp | Gcp | |
spec.kvm | Kvm | |
spec.nutanix | Nutanix | |
spec.oci | Oci | |
spec.openstack | Openstack | |
spec.vmware | Vmware | |
| Option | Description | Recommended |
|---|
spec.custom_proxy_bypass | Custom proxy bypass | |
spec.no_proxy_bypass | No proxy bypass | |
| Option | Description | Recommended |
|---|
spec.dc_cluster_group_sli | Dc cluster group sli | |
spec.no_s2s_connectivity_sli | No s2s connectivity sli | |
| Option | Description | Recommended |
|---|
spec.dc_cluster_group_slo | Dc cluster group slo | |
spec.no_s2s_connectivity_slo | No s2s connectivity slo | |
spec.site_mesh_group_on_slo | Site mesh group on slo | |
| Option | Description | Recommended |
|---|
spec.disable_url_categorization | Disable url categorization | |
spec.enable_url_categorization | Enable url categorization | |
Ask Claude to help you work with Securemesh Site V2 resources:
“Create a securemesh-site-v2 named ‘example’ in the ‘production’ namespace”
“List all securemesh-site-v2s in the ‘production’ namespace”
“Get details of the securemesh-site-v2 named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_site_v2s" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_site_v2s/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_site_v2s" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @securemesh_site_v2.json
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_site_v2s/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"