Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.4. Data-Class: AlertRest
This class represents a single fired alert. Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
| Name | Type | Description |
|---|---|---|
| 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> |