List Scaleway Audit Trail custom alert rules
scaleway_audit_list_custom_alert_rulesLists your custom Audit Trail alert rules (CEL expressions) with query, evaluation window, occurrence threshold, severity, and status. Distinct from Scaleway's preconfigured rules.
Instructions
List this Organization's custom Audit Trail alert rules (CEL-expression alerts you created) with their query, evaluation window, occurrence threshold, severity, and enabled/disabled status. Distinct from scaleway_audit_list_alert_rules, which lists Scaleway's preconfigured rules. Needs more than AuditTrailReadOnly on THIS server's own credential (read-only covers just the query tools) - if the call fails with permissions_denied, grant the Audit Trail write permission set via scaleway_iam_set_policy_rules. CAVEAT (live-verified 2026-08-18): Scaleway documents the custom-alert-rules endpoints, but the deployed API (fr-par) returns HTTP 501 'unknown method' for every custom-alert-rules method - this tool is kept for when Scaleway implements them and currently surfaces that error verbatim. Don't retry on 501; the preconfigured rules via scaleway_audit_list_alert_rules are the working alternative today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Defaults to the server's configured region (fr-par). | |
| status | No | Filter by current status. Omit to list all rules regardless of status. | |
| max_pages | No | Safety cap on pagination (100 items/page). Default 20. Said to be truncated in the response if more pages remained. |