Skip to main content

Post Entity Action

Post an entity action.

Basic Parameters

ParameterDescription
Entity Action NameThe action name of the entity.
Entity IDsA comma-separated list of entity IDs. Can be obtained via the Query Entity action.
Entity TypeThe type of the entity.
ScopesThe scopes for the request.

Advanced Parameters

ParameterDescription
Entity Action ParamThe 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

Workflow LibraryPreview this Workflow on desktop