OBJECT
IemEvent
link GraphQL Schema definition
- type IemEvent {
- # Id
- : ID!
- # Type info regarding this event
- : EventTypeDetails!
- # Source IP Used
- : String
- # Destination IP Used
- : String
- # Actual raw protocol identified by the system
- : ProtocolType!
- # The policy that caused this event
- : LeanPolicy!
- # Time
- : Time!
- # Source MAC Used
- : String
- # Destination MAC Used
- : String
- # Completion status message
- : EventStatus!
- # Protocol name
- : String
- # Was the event resolved by the user
- : Boolean!
- # Resolve timestamp
- : Time
- # Hit Id
- : ID!
- # Severity
- : PolicyLevel!
- # Category
- : EventCategoryType!
- # Event comment
- : String
- # Site ID
- : ID!
- }