OBJECT
Event
link GraphQL Schema definition
- type Event {
- # 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
- Policy! :
- # 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 :
- # Log Id
- Float! :
- # Resolved by user
- String :
- # Type enum value
- PolicyEventType! :
- # The src assets of the event
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): AssetConnection! ( :
- # Source network interface
- NetworkInterface :
- # The names of the sources of this event
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): StringConnection! ( :
- # The dst assets of the event
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): AssetConnection! ( :
- # Destination network interface
- NetworkInterface :
- # The names of the destinations of this event
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): StringConnection! ( :
- # Does this event has details
- Boolean! :
- # Payload size
- Int! :
- # Protocol used + transport and port if available
- String! :
- # The port of the event
- Int :
- # Event details
- EventDetails :
- # Is this a continuous event
- Boolean! :
- }