Skip to main content

SetOrUpdateMetricThresholdPayload

The result of setting or updating metric thresholds.

type SetOrUpdateMetricThresholdPayload {
success: Boolean!
thresholds: [MetricThreshold]
}

Fields

SetOrUpdateMetricThresholdPayload.success ● Boolean! non-null scalar common

Whether the set or update operation succeeded.

SetOrUpdateMetricThresholdPayload.thresholds ● [MetricThreshold] list object common

The thresholds after the operation.

Returned By

setMetricThresholds mutation ● updateMetricThresholds mutation