INPUT_OBJECT
CreateSnmpOidThresholdMutationInput
The input object that defines the fields for the createSnmpOidThreshold mutation.
link GraphQL Schema definition
- input CreateSnmpOidThresholdMutationInput {
 - #   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
 - }