AlarmInfo
AlarmInfo
Attributes of an alarm.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"systemName": "string",
"description": "string",
"enabled": false,
"expression": {
"_typeName": "string"
},
"action": {
"_typeName": "string"
},
"actionFrequency": 0,
"setting": {
"_typeName": "string",
"toleranceRange": 0,
"reportingFrequency": 0
},
"key": "string",
"alarm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"lastModifiedTime": "string",
"lastModifiedUser": "string",
"creationEventId": 0
}
string
key
Required
The unique key.
string As date-time As date-time
lastModifiedTime
Required
The time the alarm was created or modified.
string
lastModifiedUser
Required
User name that modified the alarm most recently.
integer As int32 As int32
creationEventId
Required
The event ID that records the alarm creation.