Get Action Execution Result
Retrieves the result of a given asynchronous action execution
executionId
The request is successful
{
"value": {
"type": "string",
"id": "string",
"displayValue": "string",
"href": "string",
"objectType": "string"
},
"name": "string",
"type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
"description": "string",
"scope": "string",
"updated": false,
"errorMessage": "string",
"state": "string",
"debugging": false,
"errorLineNumber": 0,
"encrypt-value": false,
"execution-id": "string"
}
Value can be one of the following types: sdk-object, string, properties, number, array, mime-attachment, date, boolean, composite
name
type
description
scope
updated
errorMessage
state
debugging
errorLineNumber
encrypt-value
execution-id
The user is not authorized
"WsActionExecutionResult Object"
Value can be one of the following types: sdk-object, string, properties, number, array, mime-attachment, date, boolean, composite
name
type
description
scope
updated
errorMessage
state
debugging
errorLineNumber
encrypt-value
execution-id
The requested action execution was not found
"WsActionExecutionResult Object"
Value can be one of the following types: sdk-object, string, properties, number, array, mime-attachment, date, boolean, composite
name
type
description
scope
updated
errorMessage
state
debugging
errorLineNumber
encrypt-value
execution-id
curl -H 'Authorization: <value>' https://{api_host}/actions/runs/{executionId}