Interface MonitoringTaskDoubleThresholdModel

interface MonitoringTaskDoubleThresholdModel {
    externalId: "double_threshold";
    granularity?: string;
    lowerThreshold?: number;
    timeseriesExternalId?: string;
    timeseriesId: number;
    upperThreshold?: number;
}

Properties

externalId: "double_threshold"
granularity?: string
lowerThreshold?: number
timeseriesExternalId?: string
timeseriesId: number
upperThreshold?: number