DeleteMetricThresholdsInput
Input for deleting metric thresholds.
input DeleteMetricThresholdsInput {
envId: Int!
eventType: String!
metricName: String!
}
Fields
DeleteMetricThresholdsInput.envId ● Int! non-null scalar common
The environment ID the thresholds apply to.
DeleteMetricThresholdsInput.eventType ● String! non-null scalar common
The event type whose thresholds should be deleted.
DeleteMetricThresholdsInput.metricName ● String! non-null scalar common
The metric name the thresholds apply to.
Member Of
deleteMetricThresholds mutation