Skip to main content

Query Event

Query event.

Basic Parameters

ParameterDescription
DescriptionThe description of the event.
Event IDsA comma-separated list of event IDs.
Event TypesThe event types.
ScopesThe scopes for the request.

Advanced Parameters

ParameterDescription
Confidence IndicatorThe confidence indicator of the event.
End DateLimits the search results to any entities created before the given end date range.
Event StatesThe event states.
SeveritiesThe event severities.
Start DateLimits the search results to any entities created within the given start date range.

Example Output

{
"responseData": [
{
"actions": [
{
"actionType": "Action Type",
"createTime": "Create Time",
"relatedEntityId": "Sec Event Id"
}
],
"additionalData": {},
"availableEventActions": [
{
"actionName": "Actionname",
"actionParameter": {}
}
],
"confidenceIndicator": "",
"customerId": "Customerid",
"data": "Data",
"description": "Description",
"entityId": "Entityid",
"eventCreated": "Time",
"eventId": "Eventid",
"saas": "Saas",
"severity": "Severity",
"state": "State",
"type": "Type"
}
],
"responseEnvelope": {
"additionalText": "",
"recordsNumber": 0,
"requestId": "Requestid",
"responseCode": 0,
"responseText": "",
"scrollId": "Scrollid"
}
}

Workflow Library Example

Query Event with Check Point Harmony and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop