OBJECT
SnmpInterfaceNumericResult
types.snmp_interface_numeric_result
link GraphQL Schema definition
- type SnmpInterfaceNumericResult {
- # The time.
- Datetime :
- # The ID of an `InventoryItem`.
- Int64Bit! :
- # The metric being tracked (e.g. packets per second inbound, errors outbound.)
- InterfaceMetric :
- # The interface.
- String :
- # The value.
- Float :
- # A Unix timestamp in the same timezone as this Sonar instance
- EpochTimestamp :
- }