API Reference
Libraries
API Overview
Detectors
List all detectors
GET/api/detectors
Create a new detector
POST/api/detectors
Delete a detector and its rules
DELETE/api/detectors/{detectorId}
Evaluate rules against an event
POST/api/detectors/{detectorId}/evaluate
DetectorsRules
List rules for a detector
GET/api/detectors/{detectorId}/rules
Create a new rule
POST/api/detectors/{detectorId}/rules
Update a rule
PATCH/api/detectors/{detectorId}/rules/{id}
Delete a rule
DELETE/api/detectors/{detectorId}/rules/{id}
Token
Generate a new API token
POST/api/token
Revoke an API token
DELETE/api/token/{id}