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.
  • operator: RangeOperator!
  • # The value.
  • value: String!
  • # The amount of time in minutes that the threshold must be violated before it is
  • # triggered.
  • time_period_in_minutes: Int!
  • # The ID of an `SnmpOid`.
  • snmp_oid_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by