Skip to main content
PUT
Update all detectors of a particular schema id. Main usage is enabling/disabling all detectors of a particular schema id. Only for admin, use with caution!

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

schema_id
integer<int64>
required

Body

application/json
status
enum<string>

Status of the entity. Default: 'ACTIVE'

Available options:
ACTIVE,
DISABLED,
DELETED
name
string

Name of the detector

source
enum<string>

Source of the detector events (Kafka topic)

Available options:
ATTACK_DETECTOR,
FORTA,
SENTINEL
tags
string[]

Tags of the detector

config
object

Configuration of the detector. Should match with Json schema from detector type

destinations
object[]

List of destinations associated with the entry

actions
object[]

List of actions associated with the entry

Response

200 - application/json

OK

data
object[]

Response data

total
integer<int64>

Total amount of document available for this request