Post Entity Action
Post an entity action.
Basic Parameters
Parameter | Description |
---|---|
Entity Action Name | The action name of the entity. |
Entity IDs | A comma-separated list of entity IDs. Can be obtained via the Query Entity action. |
Entity Type | The type of the entity. |
Scopes | The scopes for the request. |
Advanced Parameters
Parameter | Description |
---|---|
Entity Action Param | The action param of the entity. |
Example Output
{
"responseData": [
{
"entityId": "Entityid",
"taskId": "Taskid"
}
],
"responseEnvelope": {
"additionalText": "",
"recordsNumber": 0,
"requestId": "Requestid",
"responseCode": 0,
"responseText": "",
"scrollId": "Scrollid"
}
}
Workflow Library Example
Post Entity Action with Check Point Harmony and Send Results Via Email
Preview this Workflow on desktop