이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.4. Data-Class: AlertRest
This class represents a single fired alert. 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
| 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> |