OBJECT

EventGroupRecord

link GraphQL Schema definition

  • type EventGroupRecord implements Node {
  • # Category of the event group
  • category: String!
  • # Id of the event group
  • id: ID!
  • # Event message
  • message: String!
  • # Total occurrences of the event
  • occurrences: Long!
  • # Recent occurrence of the event
  • recentOccurrence: DateTime!
  • # Severity of the event group
  • severity: String!
  • # Type of the event
  • type: String!
  • }