Detect and Respond Detection Categories
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
The NAME of the detection category to be returned.
Responses
200Success
No content
400Error
401Error
403Error
default
get
/api/v1/rule-engine/category/{name}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
The NAME of the detection category to be created or updeted.
Body
anyOptional
Responses
200Success
No content
400Error
401Error
403Error
default
put
/api/v1/rule-engine/category/{name}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
The NAME of the detection category to be deleted.
Responses
204
An empty array
400Error
401Error
403Error
default
delete
/api/v1/rule-engine/category/{name}No content
Last updated