Check Interface
An Avantra check.
Fields
#
statusId
Int !
Non-null
The check status as number: 2 => CRITICAL 1 => WARNING 0 => OK -1 => UNKNOWN -2 => DISABLED
result
The result of this check. If it is fetch the user can decide which format he/she wants.
kind
Non-null
What kind of check is it. At the moment the possible values are RTM, DAILY_CHECK_DETAIL.
history
[ CheckHistoric ]!
Non-null
The history of this check. The history of a historic check itself will be empty. The order of the list is newer to older.
customCheck
Linked custom check. If this check is not managed by a custom check this will be null.
Implementations
#
Interfaces
#
Also implements PagedNotificationQuery .
Usages
#
References
#
- Field checks from BusinessService
- Field node from CheckConnectionEdge
- Field check from CheckNotification
Previous
ChartType
Next
CheckConnection