filter.alarms

Alarms filter

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

A reference to the alarm module that should use this filter.

type

string

  • query

MongoDB expression that represents the filter to apply.

  • ignoreHideUntil

Flag to indicate if the filter must not hide the alarm base on the hideUntil field

type

boolean

default

True

  • ignoreForceHide

Flag to indicate if the filter must ignore the forceHide field

type

boolean

default

False

  • emptyClearSeverityId

The id of the max severity to use when this filter is empty. If not set the default “empty clear severity” will be used if defined. If no default “empty clear severity” is defined this field must exists.

type

string

additionalProperties

False