Wrapper object with the different monitor states.

Hierarchy

  • MonitorState

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
groups?: {
    [key: string]: MonitorStateGroup;
}

Dictionary where the keys are groups (comma separated lists of tags) and the values are the list of groups your monitor is broken down on.

Type declaration

Generated using TypeDoc