AZURE VNET Site provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-sites-azure-vnet-site-create | Create Azure VNet site. |
f5xc-api-sites-azure-vnet-site-get | Get Azure VNet site. |
f5xc-api-sites-azure-vnet-site-list | List Configure Azure VNet Site. |
f5xc-api-sites-azure-vnet-site-update | Update Azure VNet site. |
f5xc-api-sites-azure-vnet-site-delete | Delete Configure Azure VNet 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 | |
spec.default_blocked_services | Default blocked services | |
| Option | Description | Recommended |
|---|
spec.azure_cred | Azure cred | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.alternate_region | Alternate region | |
spec.azure_region | Azure region | |
| Option | Description | Recommended |
|---|
spec.ingress_egress_gw | Ingress egress gw | |
spec.ingress_egress_gw_ar | Ingress egress gw ar | |
spec.ingress_gw | Ingress gw | |
spec.ingress_gw_ar | Ingress gw ar | |
spec.voltstack_cluster | Voltstack cluster | |
spec.voltstack_cluster_ar | Voltstack cluster ar | |
| Option | Description | Recommended |
|---|
spec.no_worker_nodes | No worker nodes | |
spec.nodes_per_az | Nodes per az | |
spec.total_nodes | Total nodes | |
Ask Claude to help you work with AZURE VNET Site resources:
“Create a azure-vnet-site named ‘example’ in the ‘production’ namespace”
“List all azure-vnet-sites in the ‘production’ namespace”
“Get details of the azure-vnet-site named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/azure_vnet_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/azure_vnet_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/azure_vnet_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}/azure_vnet_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"