Skip to content

Get Security Config

Get Security Config provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-cdn-get-security-config-createGet Security Config for CDN Load Balancer.
ParameterDescriptionExample
namespaceNamespace Namespace of the CDN Load Balancer for current request.system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
all_cdn_loadbalancersAll cdn loadbalancers
cdn_loadbalancers_listCdn loadbalancers list

Ask Claude to help you work with Get Security Config resources:

“Create a get-security-config named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/cdn_loadbalancers/get_security_config" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @get_security_config.json