ENUM

InsightTriggerType

link GraphQL Schema definition

  • enum InsightTriggerType {
  • # Unexpected insight e.g. host failure
  • ANOMALOUS
  • # Insight initiated by the system e.g. scaling or rebalancing
  • AUTOMATIC
  • # Unidentified cause of insight
  • UNKNOWN
  • # Insight initiated by a user action
  • USER_INITIATED
  • }