List of the different monitor threshold available.

Hierarchy

  • MonitorThresholds

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
critical?: number

The monitor CRITICAL threshold.

criticalRecovery?: number

The monitor CRITICAL recovery threshold.

ok?: number

The monitor OK threshold.

unknown?: number

The monitor UNKNOWN threshold.

warning?: number

The monitor WARNING threshold.

warningRecovery?: number

The monitor WARNING recovery threshold.

Generated using TypeDoc