ActiveAlarm
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to a triggered alarm. |
alarmTemplateUid | String (uuid) | Read-only | UID assigned to an alarm template. |
repeatCount | Integer (int32) | Read-only | Number of times that an alarm changed its status. |
object | Subschema (AlarmObject) | — | Alarm object. |
lastActivation | Subschema (LastAlarmActivation) | — | Latest alarm activation. |
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to an object for which an alarm was triggered. |
type | String | Read-only | Object type. Possible values:
|
organizationUid | String (uuid) | Read-only | UID assigned to a organization for which an alarm was triggered. |
locationUid | String (uuid) | Read-only | UID assigned to a location for which an alarm was triggered. |
managementAgentUid | String (uuid) | Read-only | UID assigned to a managed agent that is installed on an alarm object. |
computerName | String | Read-only | Name of a computer for which an alarm was triggered. |
objectName | String | Read-only, nullable | Name of an alarm object. |
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to the last alarm trigger. |
time | String (date-time) | Read-only | Date and time of the last alarm trigger. Date and time string is formatted in accordance with RFC 3339. |
status | String | — | Alarm status. Possible values:
|
message | String | Read-only, nullable | Cause of the alarm trigger. Every line break is represented by \r\n control characters. |
remark | String | Read-only, nullable | Comment to the resolved alarm. Every line break is represented by \r\n control characters. |