Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

2.4. Data-Class: AlertRest

This class represents a single fired alert.

Properties
NameTypeDescription
id int The id of the alert
name String Name of the alert, taken from the AlertDefinition
alertDefinition AlertDefinitionRest AlertDefinition from which the alert was fired
definitionEnabled boolean Is the definition enabled (=active)?
ackBy String The user that acknowledged the alert (if any)
ackTime long Timestamp of the acknowledgement
alertTime long Timestamp when the alert has been fired
description String Description of the alert
resource ResourceWithType The resource on which the alert was fired
links List<Link>