OBJECT

SnmpInterfaceNumericResult

types.snmp_interface_numeric_result

link GraphQL Schema definition

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

link Require by