Skip to content

Get Security Config

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

ToolDescription
f5xc-api-marketplace-get-security-config-createGet Security Config for Third Party Application.
ParameterDescriptionExample
namespaceNamespace x-required…system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
all_third_party_applicationsAll third party applications
third_party_applications_listThird party applications 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}/third_party_application/get_security_config" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @get_security_config.json