Shape of the Network Policy based routing replace specification.
| Tool | Description |
|---|
f5xc-api-networksecurity-policy-based-routing-create | Create Policy based Routing. |
f5xc-api-networksecurity-policy-based-routing-get | GET Policy based Routing. |
f5xc-api-networksecurity-policy-based-routing-list | List Policy based Routing. |
f5xc-api-networksecurity-policy-based-routing-update | Replace Policy based Routing. |
f5xc-api-networksecurity-policy-based-routing-delete | DELETE Policy based Routing. |
| 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.forward_proxy_pbr | - | |
spec.network_pbr | - | |
| Option | Description | Recommended |
|---|
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].all_destinations | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].tls_list | - | |
| Option | Description | Recommended |
|---|
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].all_sources | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].ip_prefix_set | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].label_selector | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].prefix_list | - | |
| Option | Description | Recommended |
|---|
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].exact_value | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].regex_value | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].suffix_value | - | |
| Option | Description | Recommended |
|---|
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].any_path | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].path_exact_value | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].path_prefix_value | - | |
spec.forward_proxy_pbr.forward_proxy_pbr_rules[].http_list.http_list[].path_regex_value | - | |
| Option | Description | Recommended |
|---|
spec.network_pbr.network_pbr_rules[].any | - | |
spec.network_pbr.network_pbr_rules[].dns_name | - | |
spec.network_pbr.network_pbr_rules[].ip_prefix_set | - | |
spec.network_pbr.network_pbr_rules[].prefix_list | - | |
| Option | Description | Recommended |
|---|
spec.network_pbr.network_pbr_rules[].all_tcp_traffic | - | |
spec.network_pbr.network_pbr_rules[].all_traffic | - | |
spec.network_pbr.network_pbr_rules[].all_udp_traffic | - | |
spec.network_pbr.network_pbr_rules[].applications | - | |
spec.network_pbr.network_pbr_rules[].protocol_port_range | - | |
Ask Claude to help you work with Policy Based Routing resources:
“Create a policy-based-routing named ‘example’ in the ‘production’ namespace”
“List all policy-based-routings in the ‘production’ namespace”
“Get details of the policy-based-routing named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/policy_based_routings" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/policy_based_routings/<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}/policy_based_routings" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @policy_based_routing.json
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/policy_based_routings/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"