Detect and Respond Threshold Overrides

List Threshold Overrides

get

Returns an array of Threshold Overrides.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of Requested Threshold Overrides

application/json
get
/api/v1/rule-engine/triggers

Create or Update Threshold Overrides

put

Create or update threshold overrides given the provided object.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptional

Threshold Override Create or Update Config

Responses
200

List of Requested Threshold Overrides

application/json
put
/api/v1/rule-engine/triggers

Delete All Threshold Overrides

delete

Deletes custom threshold overrides.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
delete
/api/v1/rule-engine/triggers

No content

List Threshold Overrides for Algorithm

get

Returns an array of Threshold Overrides for the specified algorithm.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
algorithmstringRequired

The algorithm to fetch threshold overrides for.

Responses
200

List of Requested Threshold Overrides

application/json
get
/api/v1/rule-engine/triggers/algorithms/{algorithm}

Delete Threshold Overrides for Algorithm

delete

Deletes threshold overrides for the specified algorithm.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
algorithmstringRequired

The algorithm to delete threshold overrides for.

Responses
delete
/api/v1/rule-engine/triggers/algorithms/{algorithm}

No content

List Threshold Overrides for Object

get

Returns an array of Threshold Overrides for the specified object.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
objectstringRequired

The object to fetch threshold overrides for.

Responses
200

List of Requested Threshold Overrides

application/json
get
/api/v1/rule-engine/triggers/objects/{object}

Delete Threshold Overrides for Object

delete

Deletes threshold overrides for the specified object.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
objectstringRequired

The object to delete threshold overrides for.

Responses
delete
/api/v1/rule-engine/triggers/objects/{object}

No content

List Threshold Overrides for Algorithm and Object

get

Returns an array of Threshold Overrides for the specified algorithm and object.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
algorithmstringRequired

The algorithm to fetch threshold overrides for.

objectstringRequired

The object to fetch threshold overrides for.

Responses
200

List of Requested Threshold Overrides

application/json
get
/api/v1/rule-engine/triggers/algorithms/{algorithm}/objects/{object}

Delete Threshold Overrides for Algorithm and Object

delete

Deletes threshold overrides for the specified algorithm and object.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
algorithmstringRequired

The algorithm to delete threshold overrides for.

objectstringRequired

The object to delete threshold overrides for.

Responses
delete
/api/v1/rule-engine/triggers/algorithms/{algorithm}/objects/{object}

No content

Last updated