DailyCheckDetail Object
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.
pagedNotifications
Non-null
By Check 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.
Interfaces
#
Also implements Check , PagedNotificationQuery .
Previous
DailyCheck