Auto Thresholds
Returns all auto-threshold automaton configs configured for all DMs in a given customer.
List of threshold automaton configs for a customer
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Updates the auto-threshold automaton config for a given detection model.
Threshold Automaton Create or Update Config
name of detection model
1ms0rryminer_detectiondefines the how specific a time frame the Threshold override produced by Auto Thresholding applies to.
1ddetermines how many previous days aggregate data and Auto Thresholding configuration will use to generate Threshold overrides
180ddefines the period of over which values are aggregated for Track By aggregates.
1hdisables auto-thresholding for the given automaton
falseoptional, if set will override the default behavior preventing threshold values below the global average
trueoptional, number of standard deviations to use when calculating high-severity thresholds
3optional, number of standard deviations to use when calculating medium-severity thresholds
2optional, number of standard deviations to use when calculating low-severity thresholds
1used to determine the default threshold, either uses the maximum or average of data values.
average["avg(bits)"]values to aggregate data on, should match parent DM track-by fields.
["avg(bits)"]10mThreshold Automaton config
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns the auto-threshold automaton config for a detection model
The name of the detection model to fetch automaton config for
Threshold Automaton config
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes the threshold automaton config for a given detection model
The name of the detection model to delete.
Empty Response
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Updates specific values in the auto-threshold automaton config for a given detection model.
The name of the detection model to update.
Threshold Automaton Record
Threshold Automaton config
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns auto-threshold track data for the given track
The name of the detection model to fetch track data for
The name of the track (group) to fetch data for
Unix timestamp defining the start of the data range to query
Unix timestamp defining the end of the data range to query
List of track values for a given auto threshold
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated