Js Configuration
Js Configuration provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-js-configuration-list | Get JS Injection Configuration. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace Namespace. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
name | Format we want the script to be returned in. | example-resource |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Js Configuration resources:
List Js Configurations
Section titled “List Js Configurations”“List all js-configurations in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/csd/namespaces/$${PARAM}/js_configuration" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"