OBJECT

SnmpResult

The connection wrapper around the SnmpResult type.

link GraphQL Schema definition

  • type SnmpResult {
  • # The value.
  • value: String!
  • # The time.
  • time: Datetime!
  • # A Unix timestamp in the same timezone as this Sonar instance
  • epoch_system_timezone: EpochTimestamp
  • }