ENUM

InventoryItemIcmpThresholdViolation

The ICMP monitoring threshold violation type of an InventoryItem.

link GraphQL Schema definition

  • enum InventoryItemIcmpThresholdViolation {
  • # Total packet loss.
  • TOTAL_PACKET_LOSS
  • # ICMP loss threshold violated.
  • LOSS_THRESHOLD_VIOLATED
  • # ICMP latency threshold violated.
  • LATENCY_THRESHOLD_VIOLATED
  • # ICMP loss and latency thresholds violated.
  • LOSS_AND_LATENCY_THRESHOLD_VIOLATED
  • }