OBJECT

SnmpResultConnection

types.snmp_result

link GraphQL Schema definition

  • type SnmpResultConnection {
  • # An OID
  • oid: String!
  • # An SNMP monitoring result type.
  • type: SnmpResultType!
  • # SNMP monitoring results.
  • results: [SnmpResult]!
  • }