Skip to content
Get started

API Reference

Libraries

pip install git+ssh://git@github.com/stainless-sdks/rake-python.git

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

Revoke an API token
DELETE/api/token/{id}