List the set of bigip_virtual_server in a namespace.
| Tool | Description |
|---|
f5xc-api-bigip-bigip-virtual-server-get | GET BIG-IP virtual server. |
f5xc-api-bigip-bigip-virtual-server-list | List BIG-IP virtual server. |
f5xc-api-bigip-bigip-virtual-server-update | Replace BIG-IP virtual server. |
| Parameter | Description | Example |
|---|
name | Name | - |
namespace | Namespace | - |
metadata.name | Name | - |
metadata.namespace | Namespace | - |
| 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.api_specification | - | |
spec.disable_api_definition | - | |
| Option | Description | Recommended |
|---|
spec.disable_api_discovery | - | |
spec.enable_api_discovery | - | |
| Option | Description | Recommended |
|---|
spec.default_sensitive_data_policy | - | |
spec.sensitive_data_policy | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints | - | |
spec.api_specification.validation_custom_list | - | |
spec.api_specification.validation_disabled | - | |
| Option | Description | Recommended |
|---|
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_allow | - | |
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules[].action_block | - | |
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules[].action_report | - | |
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules[].action_skip | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules[].api_endpoint | - | |
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules[].api_group | - | |
spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules[].base_path | - | |
| Option | Description | Recommended |
|---|
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.settings.property_validation_settings_custom | - | |
spec.api_specification.validation_all_spec_endpoints.settings.property_validation_settings_default | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.settings.property_validation_settings_custom.queryParameters.allow_additional_parameters | - | |
spec.api_specification.validation_all_spec_endpoints.settings.property_validation_settings_custom.queryParameters.disallow_additional_parameters | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active | - | |
spec.api_specification.validation_all_spec_endpoints.validation_mode.skip_response_validation | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.validation_mode.skip_validation | - | |
spec.api_specification.validation_all_spec_endpoints.validation_mode.validation_mode_active | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active.enforcement_block | - | |
spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active.enforcement_report | - | |
| Option | Description | Recommended |
|---|
spec.api_specification.validation_custom_list.open_api_validation_rules[].any_domain | - | |
spec.api_specification.validation_custom_list.open_api_validation_rules[].specific_domain | - | |
| Option | Description | Recommended |
|---|
spec.enable_api_discovery.custom_api_auth_discovery | - | |
spec.enable_api_discovery.default_api_auth_discovery | - | |
| Option | Description | Recommended |
|---|
spec.enable_api_discovery.disable_learn_from_redirect_traffic | - | |
spec.enable_api_discovery.enable_learn_from_redirect_traffic | - | |
| Option | Description | Recommended |
|---|
spec.enable_api_discovery.api_crawler.api_crawler_config | - | |
spec.enable_api_discovery.api_crawler.disable_api_crawler | - | |
| Option | Description | Recommended |
|---|
spec.enable_api_discovery.api_crawler.api_crawler_config.domains[].simple_login.password.blindfold_secret_info | - | |
spec.enable_api_discovery.api_crawler.api_crawler_config.domains[].simple_login.password.clear_secret_info | - | |
| Option | Description | Recommended |
|---|
spec.enable_api_discovery.api_discovery_from_code_scan.code_base_integrations[].all_repos | - | |
spec.enable_api_discovery.api_discovery_from_code_scan.code_base_integrations[].selected_repos | - | |
Ask Claude to help you work with Bigip Virtual Server resources:
“List all bigip-virtual-servers in the ‘production’ namespace”
“Get details of the bigip-virtual-server named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/bigip_virtual_servers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/bigip_virtual_servers/<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}/bigip_virtual_servers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @bigip_virtual_server.json
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/bigip_virtual_servers/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"