ENUM

EventSeverity

Description

Enum representing the severity of the event.

link GraphQL Schema definition

  • enum EventSeverity {
  • # Severity Critical.
  • SEVERITY_CRITICAL
  • # Severity Informational.
  • SEVERITY_INFO
  • # Severity Warning.
  • SEVERITY_WARNING
  • }