Skip to content

List Reports History Waap

Medium Risk

Some operations on this resource may modify or delete data.

List Reports history waap for the list of report configurations in the given namespace.

Tools

Tool Description
f5xc-api-statistics-list-reports-history-waap-create List Reports History Waap.

Parameters

Path Parameters

Parameter Description Example
namespace Namespace -

Side Effects

Operations on this resource may have the following effects:

Creates:

  • list-reports-history-waap

Example Usage

Ask Claude to help you work with List Reports History Waap resources:

Create List Reports History Waap

"Create a list-reports-history-waap named 'example' in the 'production' namespace"

CURL Examples

# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_reports_history_waaps" \
  -H "Authorization: APIToken ${F5XC_API_TOKEN}" \
  -H "Content-Type: application/json"

# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_reports_history_waaps/<name>" \
  -H "Authorization: APIToken ${F5XC_API_TOKEN}" \
  -H "Content-Type: application/json"

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

# Delete resource
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_reports_history_waaps/<name>" \
  -H "Authorization: APIToken ${F5XC_API_TOKEN}"