OBJECT

IemEvent

link GraphQL Schema definition

  • type IemEvent {
  • # Id
  • id: ID!
  • # Type info regarding this event
  • eventType: EventTypeDetails!
  • # Source IP Used
  • srcIP: String
  • # Destination IP Used
  • dstIP: String
  • # Actual raw protocol identified by the system
  • protocolRaw: ProtocolType!
  • # The policy that caused this event
  • policy: LeanPolicy!
  • # Time
  • time: Time!
  • # Source MAC Used
  • srcMac: String
  • # Destination MAC Used
  • dstMac: String
  • # Completion status message
  • completion: EventStatus!
  • # Protocol name
  • protocolNiceName: String
  • # Was the event resolved by the user
  • resolved: Boolean!
  • # Resolve timestamp
  • resolvedTs: Time
  • # Hit Id
  • hitId: ID!
  • # Severity
  • severity: PolicyLevel!
  • # Category
  • category: EventCategoryType!
  • # Event comment
  • comment: String
  • # Site ID
  • site: ID!
  • }