fieldName
|
fieldValue
|
sourceName
|
The name of the source property. This parameter is case sensitive.
|
dataCollectionValue
|
A number representing either the count of datapoints per collection window or the time span of the collection window in milliseconds.
|
transform
|
The type of transformation. Valid values: maximum, mean, median, minimum, mode, standarddeviation, range.
|
dataCollectionMethod
|
The type of collection window. Valid values: count, time
|
executionInterval
|
A number representing either the count of datapoints between calculations or the time span between calculations in milliseconds.
|
Required For
|
||||
fieldName
|
fieldValue
|
Threshold Count
|
Range Count
|
Trend Count
|
sourceName
|
The name of the source property. This parameter is case sensitive.
|
Yes
|
Yes
|
Yes
|
dataCollectionValue
|
A number representing either the count of datapoints per collection window or the time span of the collection window in milliseconds.
|
Yes
|
Yes
|
Yes
|
transform
|
The type of transformation. Valid values: threshold_count, range_count, trend_count.
|
Yes
|
Yes
|
Yes
|
thresholdType
|
Further defines the type of transformation count. Valid values depend on the fieldValue you entered for the transform fieldName:
• threshold_count – threshold-above, threshold-below
• range_count – range-in-range, range-out-of-range
• trend_count – trend-increasing, trend-decreasing, trend-alternating
|
Yes
|
Yes
|
Yes
|
consecutivePoints
|
Indicates whether the count should include only consecutive points. Valid values: true, false
|
Yes
|
Yes
|
No
|
thresholdValue
|
A number representing the threshold.
|
Yes
|
No
|
No
|
thresholdValueInclude
|
Indicates whether the thresholdValue should be inclusive of the threshold. Valid values: true, false
|
Yes
|
No
|
No
|
thresholdMinValue
|
A number representing the lower threshold of the range. Must be less than the thresholdMaxValue.
|
No
|
Yes
|
No
|
thresholdMaxValue
|
A number representing the upper threshold of the range. Must be greater than the thresholdMinValue.
|
No
|
Yes
|
No
|
thresholdMinValueInclude
|
Indicates whether the thresholdMinValue should be inclusive of the lower threshold. Valid values: true, false
|
No
|
Yes
|
No
|
thresholdMaxValueInclude
|
Indicates whether the thresholdMaxValue should be inclusive of the upper threshold. Valid values: true, false
|
No
|
Yes
|
No
|