OBJECT
LeanEvent
Minimum Event representation for Tenable.ot IEM
link GraphQL Schema definition
- type LeanEvent {
- # 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
- # 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): LeanAssetConnection!
- # Source network interface id
- : ID
- # 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): LeanAssetConnection!
- # Destination network interface ID
- : ID
- # 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
- }