Securemesh Site provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-sites-securemesh-site-create | Create Secure Mesh site. |
f5xc-api-sites-securemesh-site-get | Get Secure Mesh site. |
f5xc-api-sites-securemesh-site-list | List Configure Secure Mesh Site. |
f5xc-api-sites-securemesh-site-update | Update Secure Mesh site. |
f5xc-api-sites-securemesh-site-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.blocked_services | Blocked services | |
spec.default_blocked_services | Default blocked services | |
| Option | Description | Recommended |
|---|
spec.bond_device_list | Bond device list | |
spec.no_bond_devices | No bond devices | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.custom_network_config | Custom network config | |
spec.default_network_config | Default network config | |
Ask Claude to help you work with Securemesh Site resources:
“Create a securemesh-site named ‘example’ in the ‘production’ namespace”
“List all securemesh-sites in the ‘production’ namespace”
“Get details of the securemesh-site named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/securemesh_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"