action-status-info

action-status-info
action-status-info

Represents the task status and properties of an action

JSON Example
{
    "actionObjectStatuses": [
        {
            "creationDate": "string",
            "id": "string",
            "messages": [
                {
                    "level": "string",
                    "message": "string",
                    "timestamp": "string"
                }
            ],
            "state": "string"
        }
    ],
    "actionResult": "string",
    "authSource": "string",
    "completeDate": "string",
    "messages": [
        {
            "level": "string",
            "message": "string",
            "timestamp": "string"
        }
    ],
    "name": "string",
    "resourceKind": "string",
    "startDate": "string",
    "state": "string",
    "submittedBy": "string",
    "taskId": "string",
    "triggeredAutomatically": false,
    "triggeringEventId": "string",
    "triggeringEventName": "string",
    "triggeringSource": "string",
    "triggeringSourceEvent": "string"
}
actionObjectStatuses
Optional

Collection of statuses of tasks

string
actionResult
Optional

The result of the action

string
authSource
Optional

The authSource of the action

string
completeDate
Optional

The complete date of the action

messages
Optional

The messages of the action result

string
name
Optional

The action name

string
resourceKind
Optional

The resourceKind on which the action has been performed

string
startDate
Optional

The start date of the action

string
state
Optional

The state of the action

string
submittedBy
Optional

The user who submitted the action

string
taskId
Required

The id of the action

boolean
triggeredAutomatically
Optional

Flag that identifies whether action is triggered automatically or not

string
triggeringEventId
Optional

The id of the event that triggered the action

string
triggeringEventName
Optional

The name of the event that triggered the action

string
triggeringSource
Optional

The source that triggered the action

string
triggeringSourceEvent
Optional

The triggering source event of the action