Proxy provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-virtual-proxy-create | Create Proxy. |
f5xc-api-virtual-proxy-get | Get Proxy. |
f5xc-api-virtual-proxy-list | List Proxy. |
f5xc-api-virtual-proxy-update | Update Proxy. |
f5xc-api-virtual-proxy-delete | Delete Proxy. |
| 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.site_local_inside_network | Site local inside network | |
spec.site_local_network | Site local network | |
| Option | Description | Recommended |
|---|
spec.dynamic_proxy | Dynamic proxy | |
spec.http_proxy | Http proxy | |
| Option | Description | Recommended |
|---|
spec.active_forward_proxy_policies | Active forward proxy policies | |
spec.no_forward_proxy_policy | No forward proxy policy | |
| Option | Description | Recommended |
|---|
spec.do_not_advertise | Do not advertise | |
spec.site_virtual_sites | Site virtual sites | |
| Option | Description | Recommended |
|---|
spec.no_interception | No interception | |
spec.tls_intercept | Tls intercept | |
Ask Claude to help you work with Proxy resources:
“Create a proxy named ‘example’ in the ‘production’ namespace”
“List all proxys in the ‘production’ namespace”
“Get details of the proxy named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/proxys" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/proxys/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/proxys" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/proxys/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"