ActionExecution Object
Description
Represents a single execution of an action.
Properties
actionExecutionId
ID of the action execution
Type: string
actionId
ID of the action that was executed.
Type: string
actionName
Name of the action.
Type: string
actionType
Type ID of the action.
Type: string
actionVersionId
Version ID of the action that was executed.
Type: string
credentialId
ID of the credential.
Type: string
endDate
Date, in ISO8601 format, when the action finished. Will not be present if the status is not "complete".
Type: string
managedInstanceId
ID of the Managed Instance in which the action belongs. Will not be present if the action is not part of a Managed Instance.
Type: string
result
Result of the action execution. Will not be present if the status is not "complete".
Type: ActionExecutionResult object
startDate
Date, in ISO8601 format, when the action started.
Type: string
status
Status of the execution.
Type: string
Valid Values:
running
complete
cancelling
cancelled
.
timeZoneId
ID of the time zone for the action.
Type: string
trigger
Trigger which started the action.
Type: ActionExecutionTrigger object.
Sample JSON
Last updated