output.alarms

Alarms output

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

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

  • isTemplateGeneratedByOspComposer

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

  • moduleId

The id of the linked Alarm module

type

string

  • if

The condition on the value to apply the transform

type

string

  • then

The alarm to generate if condition is true

AlarmGenerationConfiguration

  • else

The alarm to generate if condition is false

AlarmGenerationConfiguration

additionalProperties

False

AlarmGenerationConfiguration

type

object

properties

  • uid

The unique identifier of the alarm

type

string

  • timestamp

The timestamp of the alarm

type

integer

  • severity

The severity of the alarm

type

integer

  • summary

The summary of the alarm

type

string

  • location

The location of the alarm

type

string

  • source

The source of the alarm

type

string

  • serial

The serial of the alarm

type

string

  • tags

The list of tags of the alarm

type

array

default

items

type

string

  • additionalData

Addition properties of the alarm

type

object

default

additionalProperties

  • hideUntil

The time until the alarm can be show again

type

integer

  • forceHide

Whether or not the alarm should be hidden

type

boolean

additionalProperties

False