Download Release Note
Download Release Note provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-download-release-note-list | Download BotDetection Updates Release Notes. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace x-required… | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
deployment_id | X-required Unique identifier for a deployment. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Download Release Note resources:
List Download Release Notes
Section titled “List Download Release Notes”“List all download-release-notes in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/bot_detection_updates/download_release_notes" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"