Replace Network Connector will replace the contains of given object.
| Tool | Description |
|---|
f5xc-api-network-network-connector-create | Create Network Connector. |
f5xc-api-network-network-connector-get | GET Network Connector. |
f5xc-api-network-network-connector-list | List Network Connector. |
f5xc-api-network-network-connector-update | Replace Network Connector. |
f5xc-api-network-network-connector-delete | DELETE Network Connector. |
| 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.sli_to_global_dr | - | |
spec.sli_to_slo_snat | - | |
spec.slo_to_global_dr | - | |
| Option | Description | Recommended |
|---|
spec.disable_forward_proxy | - | |
spec.enable_forward_proxy | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.no_interception | - | |
spec.enable_forward_proxy.tls_intercept | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.enable_for_all_domains | - | |
spec.enable_forward_proxy.tls_intercept.policy | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.custom_certificate | - | |
spec.enable_forward_proxy.tls_intercept.volterra_certificate | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.trusted_ca_url | - | |
spec.enable_forward_proxy.tls_intercept.volterra_trusted_ca | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.custom_certificate.custom_hash_algorithms | - | |
spec.enable_forward_proxy.tls_intercept.custom_certificate.disable_ocsp_stapling | - | |
spec.enable_forward_proxy.tls_intercept.custom_certificate.use_system_defaults | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.custom_certificate.private_key.blindfold_secret_info | - | |
spec.enable_forward_proxy.tls_intercept.custom_certificate.private_key.clear_secret_info | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.policy.interception_rules[].disable_interception | - | |
spec.enable_forward_proxy.tls_intercept.policy.interception_rules[].enable_interception | - | |
| Option | Description | Recommended |
|---|
spec.enable_forward_proxy.tls_intercept.policy.interception_rules[].domain_match.exact_value | - | |
spec.enable_forward_proxy.tls_intercept.policy.interception_rules[].domain_match.regex_value | - | |
spec.enable_forward_proxy.tls_intercept.policy.interception_rules[].domain_match.suffix_value | - | |
| Option | Description | Recommended |
|---|
spec.sli_to_slo_snat.interface_ip | - | |
| Option | Description | Recommended |
|---|
spec.sli_to_slo_snat.default_gw_snat | - | |
Ask Claude to help you work with Network Connector resources:
“Create a network-connector named ‘example’ in the ‘production’ namespace”
“List all network-connectors in the ‘production’ namespace”
“Get details of the network-connector named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/network_connectors" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/network_connectors/<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}/network_connectors" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @network_connector.json
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/network_connectors/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"