Post an event action.

Parameters

ParameterDescription
Event Action NameThe action name of the event.
Event Action ParamThe action param of the event.
Event IDsA comma-separated list of event IDs. Can be obtained via the Query Event action.
ScopesThe scopes for the request.

Example Output

{
	"responseData": [
		{
			"entityId": "Entityid",
			"eventId": "Eventid",
			"taskId": "Taskid"
		}
	],
	"responseEnvelope": {
		"additionalText": "",
		"recordsNumber": 0,
		"requestId": "Requestid",
		"responseCode": 0,
		"responseText": "",
		"scrollId": "Scrollid"
	}
}

Workflow Library Example

Post Event Action with Check Point Harmony and Send Results Via Email

Preview this Workflow on desktop