OBJECT
SnmpResult
The connection wrapper around the SnmpResult type.
link GraphQL Schema definition
- type SnmpResult {
- # The value.
- : String!
- # The minimum value found in the period
- : Int64Bit
- # The maximum value found in the period
- : Int64Bit
- # The average value found in the period
- : Int64Bit
- # The number of datapoints found in the period
- : Int64Bit
- # The time.
- : Datetime!
- # A Unix timestamp in the same timezone as this Sonar instance
- : EpochTimestamp
- }