OBJECT
SnmpNetworkMonitoringResultConnection
A wrapper around SNMP network monitoring results.
link GraphQL Schema definition
- type SnmpNetworkMonitoringResultConnection {
- # fields.network_monitoring_template
- : NetworkMonitoringTemplate
- # The ID of an `InventoryItem`.
- : Int64Bit!
- # fields.snmp_result_connections
- : [SnmpResultConnection]!
- # fields.snmp_status_results
- : [SnmpStatusResult]!
- }