Minimal information about an action result.
| JSON representation |
|---|
{
"integration": string,
"displayName": string,
"message": string,
"executionTimeSeconds": number,
"entityId": string,
"resultJson": string,
"resultEntitiesDelta": string,
"resultValue": string,
"status": enum ( |
| Fields | |
|---|---|
integration |
Output only. The integration. |
displayName |
Output only. The action display name. |
message |
Output only. The message. |
executionTimeSeconds |
Output only. The execution time of the action in seconds. |
entityId |
Output only. The entity identifier. |
resultJson |
Output only. The result JSON object. |
resultEntitiesDelta |
Output only. The result entities JSON object. |
resultValue |
Output only. The result value. |
status |
Output only. The status of the action. |
actionResultId |
Output only. The identifier of the action result. |
ActionStatus
Status of an action execution.
| Enums | |
|---|---|
ACTION_STATUS_UNSPECIFIED |
Unspecified action status. |
FAULTED |
Faulted. |
ASYNC_PENDING |
In progress. |
COMPLETED |
Completed. |
PENDING_USER_INPUT |
Pending user input. |
PENDING_PREVIOUS_STEPS |
Pending previous steps. |
STARTED |
Started. |
FAULTED_AND_SKIPPED |
Faulted and skipped. |
HANDLED_TIMEDOUT |
Handled timed out. |
UNHANDLED_TIMEDOUT |
Unhandled timed out. |
TERMINATED |
Terminated. |
NOT_RUN_AND_SKIPPED |
Not run and skipped. |
PENDING_ACTION_TIMEOUT |
Pending action got timeout, the playbook stopped. |
PENDING_ACTION_TIMEOUT_AND_SKIPPED |
Pending action timeout and skipped. |
PENDING_RETRY |
Pending action retry. |