Skip to content

Bigip Virtual Server

Bigip Virtual Server provides tools for listing, retrieving, and updating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-bigip-bigip-virtual-server-getGet BIG-IP virtual server.
f5xc-api-bigip-bigip-virtual-server-listList BIG-IP virtual server.
f5xc-api-bigip-bigip-virtual-server-updateUpdate BIG-IP virtual server.
ParameterDescriptionExample
nameName The name of the configuration object to be fetched.example-resource
namespaceNamespace The namespace in which the configuration object is present.system
ParameterDescriptionExample
response_formatThe 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_filterA LabelSelectorType expression that every item in list response will satisfy.-
report_fieldsThe report_fields parameter…-
report_status_fieldsThe report_status_fields parameter…-

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
spec.api_specificationApi specification
spec.disable_api_definitionDisable api definition
OptionDescriptionRecommended
spec.disable_api_discoveryDisable api discovery
spec.enable_api_discoveryEnable api discovery
OptionDescriptionRecommended
spec.default_sensitive_data_policyDefault sensitive data policy
spec.sensitive_data_policySensitive data policy

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‘“

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/bigip_virtual_servers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/bigip_virtual_servers/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"