output.alarms¶
Alarms output¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The id of the linked Alarm module |
||
type |
string |
||
|
The condition on the value to apply the transform |
||
type |
string |
||
|
The alarm to generate if condition is true |
||
|
The alarm to generate if condition is false |
||
additionalProperties |
False |
AlarmGenerationConfiguration¶
type |
object |
||
properties |
|||
|
The unique identifier of the alarm |
||
type |
string |
||
|
The timestamp of the alarm |
||
type |
integer |
||
|
The severity of the alarm |
||
type |
integer |
||
|
The summary of the alarm |
||
type |
string |
||
|
The location of the alarm |
||
type |
string |
||
|
The source of the alarm |
||
type |
string |
||
|
The serial of the alarm |
||
type |
string |
||
|
The list of tags of the alarm |
||
type |
array |
||
default |
|||
items |
type |
string |
|
|
Addition properties of the alarm |
||
type |
object |
||
default |
|||
additionalProperties |
|||
|
The time until the alarm can be show again |
||
type |
integer |
||
|
Whether or not the alarm should be hidden |
||
type |
boolean |
||
additionalProperties |
False |