ENUM
RangeOperator
An operator to use when searching for values in a specific range.
link GraphQL Schema definition
- enum RangeOperator {
- # Greater than or equal to
- # Greater than
- # Less than or equal to
- # Less than
- # Equal to
- # Not equal to
- }
link Require by
- CreateSnmpOidThresholdMutationInputThe input object that defines the fields for the createSnmpOidThreshold mutation.
- Querynull
- SearchDateFieldUsed in the `Search` object. Allows you to search against date fields.
- SearchDatetimeFieldUsed in the `Search` object. Allows you to search against datetime fields.
- SearchFloatFieldUsed in the `Search` object. Allows you to search against float fields.
- SearchIntegerFieldUsed in the `Search` object. Allows you to search against integer fields.
- SnmpOidAn `SnmpOid`.
- SnmpOidThresholdAn `SnmpOidThreshold`.
- SnmpOidThresholdViolationAn `SnmpOidThresholdViolation`.
- UpdateSnmpOidThresholdMutationInputThe input object that defines the fields for the updateSnmpOidThreshold mutation.