RtmCheck Object
Fields
#
statusId
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
What kind of check is it. At the moment the possible values are RTM, DAILY_CHECK_DETAIL.
history
The history of this check. The history of a historic check itself will be empty. The order of the list is newer to older.
pagedNotifications
Associated notifications for this check.
By PagedNotificationQueryThe paged variant for the notification field.
customCheck
Linked custom check. If this check is not managed by a custom check this will be null.
cycleTime
This checks cycle time in minutes. That is the interval for which the check is refreshed.
Interfaces
#
Also implements Check , PagedNotificationQuery .