Get an event based on the specified event ID.

Parameters

ParameterDescription
Event IDThe event ID. Can be obtained via the Query Event action.
ScopesThe scopes for the request.

Example Output

{
	"responseEnvelope": {
		"requestId": "<string>",
		"responseCode": 394,
		"responseText": "<string>",
		"additionalText": "<string>",
		"recordsNumber": 1,
		"scrollId": "<string>"
	},
	"responseData": [
		{
			"eventId": "<string>",
			"customerId": "<string>",
			"saas": "<string>",
			"entityId": "<string>",
			"state": "<string>",
			"type": "<string>",
			"confidenceIndicator": "<string>",
			"eventCreated": "<string>",
			"severity": "<string>",
			"description": "<string>",
			"data": "<string>",
			"additionalData": null,
			"availableEventActions": null,
			"actions": [],
			"senderAddress": "<string>",
			"entityLink": "<string>"
		}
	]
}

Workflow Library Example

Get Event with Check Point Harmony and Send Results Via Email

Preview this Workflow on desktop