ENUM

InterfaceMetric

An interface metric.

link GraphQL Schema definition

  • enum InterfaceMetric {
  • # Inbound bytes
  • INOCTETS
  • # Outbound bytes
  • OUTOCTETS
  • # Inbound discards
  • INDISCARDS
  • # Outbound discards
  • OUTDISCARDS
  • # Inbound errors
  • INERRORS
  • # Outbound errors
  • OUTERRORS
  • # Inbound packets
  • INPACKETS
  • # Outbound packets
  • OUTPACKETS
  • }