OBJECT
SnmpResultConnection
types.snmp_result
link GraphQL Schema definition
- type SnmpResultConnection {
- # An OID
- : String!
- # An SNMP monitoring result type.
- : SnmpResultType!
- # SNMP monitoring results.
- : [SnmpResult]!
- }
OBJECT
types.snmp_result
- type SnmpResultConnection {
- # An OID
- : String!
- # An SNMP monitoring result type.
- : SnmpResultType!
- # SNMP monitoring results.
- : [SnmpResult]!
- }