Parameter
|
Definition
|
---|---|
value
|
Specifies the target value, used in EqualTo / NotEqualTo or DeviationAbove / DeviationBelow alerts.
|
limit
|
• Specifies the threshold value when used in Above / Below alerts.
• Specifies the minimum amount that a value must deviate from the target to trigger DeviationAbove / DeviationBelow alerts.
|
limitInclusive
|
Includes values equal to the limit value in the comparison.
|
minimum
|
The lowest target value for InRange / OutOfRange alerts.
|
minimumInclusive
|
Includes values equal to the minimum in the comparison.
|
maximum
|
The highest target value for InRange / OutOfRange alerts.
|
maximumInclusive
|
Includes the values equal to the maximum in the comparison.
|
Alert Types
|
Expected Attributes (Infotable's Data Shape)
|
---|---|
EqualTo / NotEqualTo
|
value: BOOLEAN
|
Alert Types
|
Expected Attributes (Infotable's Data Shape)
|
---|---|
Above / Below
|
limit: DATETIME
limitInclusive: BOOLEAN
|
EqualTo / NotEqualTo
|
value: DATETIME
|
InRange / OutOfRange
|
minimum: DATETIME
minimumInclusive: BOOLEAN
maximum: DATETIME
maximumInclusive: BOOLEAN
|
DeviationAbove / DeviationBelow
|
value: DATETIME
limit: NUMBER
limitInclusive: BOOLEAN
units: STRING, one of the following values:
• S - seconds
• M - minutes
• H - Hours
• D - Days
• N - Months
• Y - Years
|
Alert Types
|
Expected Attributes (Infotable's Data Shape)
|
---|---|
Above / Below
|
limit: INTEGER
limitInclusive: BOOLEAN
|
EqualTo / NotEqualTo
|
value: INTEGER
|
Alert Types
|
Expected Attributes (Infotable's Data Shape)
|
---|---|
Above / Below
|
limit: <BASETYPE>
limitInclusive: BOOLEAN
|
EqualTo / NotEqualTo
|
value: <BASETYPE>
|
InRange / OutOfRange
|
minimum: <BASETYPE>
minimumInclusive: BOOLEAN
maximum: <BASETYPE>
maximumInclusive: BOOLEAN
|
DeviationAbove / DeviationBelow
|
value: <BASETYPE>
limit: <BASETYPE>
limitInclusive: BOOLEAN
|
Alert Types
|
Expected Attributes (Infotable's Data Shape)
|
---|---|
EqualTo / NotEqualTo
|
value: LOCATION
|
DeviationAbove / DeviationBelow
|
value: LOCATION
limit: NUMBER
limitInclusive: BOOLEAN
units: STRING, one of the following values:
• M: Miles
• K: Kilometers
• N: Nautical Miles
|
Alert Types
|
Expected Attributes (Infotable's Data Shape)
|
---|---|
EqualTo / NotEqualTo
|
value: STRING
|