Skip to content

History

History provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-observability-history-listGet Alerts History.
ParameterDescriptionExample
namespaceNamespace namespace to scope the listing of alerts.system
ParameterDescriptionExample
end_timeFetch alerts whose timestamp <= end_time format: unix_timestamp|RFC 3339…-
filterHighDiskUsage”, severity=“critical”}” List of matchers to filter alert by.-
start_timeFetch alerts whose timestamp >= start_time format: unix_timestamp|RFC 3339…-

Ask Claude to help you work with History resources:

“List all historys in the ‘production’ namespace”

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