Skip to content

Config

Config provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-config-getConnector Configuration.
ParameterDescriptionExample
nameApplication Name Protected application name.example-resource
namespaceNamespace namespace is used to scope the query.system

Ask Claude to help you work with Config resources:

“Get details of the config named ‘example’ in namespace ‘production‘“

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