OBJECT

SnmpResult

The connection wrapper around the SnmpResult type.

link GraphQL Schema definition

  • type SnmpResult {
  • # The value.
  • value: String!
  • # The minimum value found in the period
  • min_value: Int64Bit
  • # The maximum value found in the period
  • max_value: Int64Bit
  • # The average value found in the period
  • avg_value: Int64Bit
  • # The number of datapoints found in the period
  • count_value: Int64Bit
  • # The time.
  • time: Datetime!
  • # A Unix timestamp in the same timezone as this Sonar instance
  • epoch_system_timezone: EpochTimestamp
  • }