Post Event Action
Post an event action.
Parameters
Parameter | Description |
---|---|
Event Action Name | The action name of the event. |
Event Action Param | The action param of the event. |
Event IDs | A comma-separated list of event IDs. Can be obtained via the Query Event action. |
Scopes | The 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