Adaptive Baseline Alert

With Adaptive Baseline Alert you would be notified if message rates fall above or below your average baseline range for a specified day and time of the week.

Request Parameters

FewerThan, MoreThan

Example

“FewerThan/10//MoreThan/100”

The following table lists the Adaptive Baseline Alert-specific parameters. You must include the parameters as inputs for the alertRules parameter.

Adaptive Baseline Alert-specific parameters
Parameter Description Values Required Type
FewerThan Minimum percentage of messages that must be received within a time period (TimeSpan parameter) before an alert is generated. If the number of messages drops below the FewerThan value, an alert is generated.

The FewerThan and MoreThan parameters make up the alert range.

Any positive integer between 0 and 100.

The FewerThan value must be greater than the MoreThan value.

yes int
MoreThan Maximum percentage of messages that must be received within a time period (TimeSpan parameter) before an alert is generated. If the number of messages exceeds the MoreThan value, an alert is generated.

The FewerThan and MoreThan parameters make up the alert range.

Any positive integer between 1 and 100.

The MoreThan value must be less than the FewerThan value.

yes int