Notification
No description
interface Notification {
id: ID!
status: NotificationStatus
reason: NotificationReason
number: Int!
system: MonitoredSystem
customer: Customer
enqueueTime: DateTime
sentTime: DateTime
log: String
action: NotificationAction
}
Fields
Notification.id ● ID! non-null scalar
This notifications ID.
Notification.status ● NotificationStatus enum
Status for a notification message.
Notification.reason ● NotificationReason enum
The reason why the notification was triggered.
Notification.number ● Int! non-null scalar
In case the reason is RESEND_ON_CONFIRMATION_CHANGE, RESEND_PERIODIC or RESEND_ON_SUB_STATUS_CHANGED this number counts the resends. For any other reason it will be 1.
Notification.system ● MonitoredSystem interface
An associated monitored system. Can be null.
Notification.customer ● Customer object
An associated customer. Can be null,
Notification.enqueueTime ● DateTime scalar
The time when this notification was added to the send queue.
Notification.sentTime ● DateTime scalar
The time when this notification was sent.
Notification.log ● String scalar
This notifications log.
Notification.action ● NotificationAction interface
The action for this notification.
Member Of
BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● NotificationPage object ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object
Implemented By
CcmsAlertNotification object ● ChangeNotification object ● CheckNotification object ● DailyCheckNotification object ● HotNewsNotification object ● ServerEventNotification object ● TicketNotification object ● WorkflowStepEventNotification object