Skip to main content

SetOrUpdateMetricThresholdsInput

Input for setting or updating metric thresholds.

input SetOrUpdateMetricThresholdsInput {
envId: Int!
metricName: String!
thresholds: [MetricThresholdInput]!
}

Fields

SetOrUpdateMetricThresholdsInput.envId ● Int! non-null scalar common

The environment ID the thresholds apply to.

SetOrUpdateMetricThresholdsInput.metricName ● String! non-null scalar common

The metric name the thresholds apply to.

SetOrUpdateMetricThresholdsInput.thresholds ● [MetricThresholdInput]! non-null input common

The threshold rules to set.

Member Of

setMetricThresholds mutation ● updateMetricThresholds mutation