ENUM

InventoryItemDeviceStatus

The monitoring status of an InventoryItem.

link GraphQL Schema definition

  • enum InventoryItemDeviceStatus {
  • # The device is in a healthy state.
  • GOOD
  • # The device is down.
  • DOWN
  • # The device is in a warning state.
  • WARNING
  • }