Next-Gen WAF Update
- Adds new account lists endpoints
GET /ngwaf/v1/lists
GET /ngwaf/v1/lists/{list_id}
- Adds new account Timeseries endpoints
GET /ngwaf/v1/timeseries
- Adds new workspace Timeseries endpoints
GET /ngwaf/v1/workspaces/{workspace_id}/timeseries
- Adds new reports endpoints
GET /ngwaf/v1/reports/signals
GET /ngwaf/v1/reports/attacks
- Adds new workspace alerts endpoints
GET /ngwaf/v1/workspaces/{workspace_id}/alerts
POST /ngwaf/v1/workspaces/{workspace_id}/alerts
GET /ngwaf/v1/workspaces/{workspace_id}/alerts/{alert_id}
PATCH /ngwaf/v1/workspaces/{workspace_id}/alerts/{alert_id}
DELETE /ngwaf/v1/workspaces/{workspace_id}/alerts/{alert_id}
- Adds new account level custom signals
GET /ngwaf/v1/signals
POST /ngwaf/v1/signals
GET /ngwaf/v1/signals/{signal_id}
PATCH /ngwaf/v1/signals/{signal_id}
DELETE /ngwaf/v1/signals/{signal_id}
Prior change: Observability Timeseries for Sustainability