INPUT_OBJECT
UpdateSnmpOidThresholdMutationInput
The input object that defines the fields for the updateSnmpOidThreshold mutation.
link GraphQL Schema definition
- input UpdateSnmpOidThresholdMutationInput {
 - #   An operator that defines how to apply the threshold value to the attribute.
 - : RangeOperator
 - #   The value.
 - : String
 - #   The amount of time in minutes that the threshold must be violated before it is 
 - #   triggered.
 - : Int
 - #   The ID of an `SnmpOid`.
 - : Int64Bit
 - #   A note about this entity.
 - : NoteMutationInput
 - }