Skip to content

Js Configuration

Js Configuration provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-js-configuration-listGet JS Injection Configuration.
ParameterDescriptionExample
namespaceNamespace Namespace.system
ParameterDescriptionExample
nameFormat we want the script to be returned in.example-resource

Ask Claude to help you work with Js Configuration resources:

“List all js-configurations in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/csd/namespaces/$${PARAM}/js_configuration" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"