ENUM

SnmpResultType

An SNMP monitoring result type.

link GraphQL Schema definition

  • enum SnmpResultType {
  • # An SNMP monitoring counter result.
  • COUNTER
  • # An SNMP monitoring gauge result.
  • GAUGE
  • # An SNMP monitoring text result.
  • TEXT
  • }