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}
ModelsExpand Collapse
Condition = LeafCondition { leaf } or RefCondition { ref } or InRelationCondition { in_relation } or 10 more
Condition = LeafCondition { leaf } or RefCondition { ref } or InRelationCondition { in_relation } or 10 more
One of the following:
HistoricallyForCondition object { historically_for }
HistoricallyForCondition object { historically_for }
RuleListResponse object { errors, messages, result, success }
RuleListResponse object { errors, messages, result, success }
result: object { rules }
result: object { rules }
rules: array of object { id, condition, detectorId, 4 more }
rules: array of object { id, condition, detectorId, 4 more }
One of the following:
HistoricallyForCondition object { historically_for }
HistoricallyForCondition object { historically_for }
RuleUpdateResponse object { errors, messages, result, success }
RuleUpdateResponse object { errors, messages, result, success }
result: object { id, condition, detectorId, 4 more }
result: object { id, condition, detectorId, 4 more }
One of the following:
HistoricallyForCondition object { historically_for }
HistoricallyForCondition object { historically_for }