Get Agent Operation Status Using GET

Get Agent Operation Status Using GET

The response contains information about the bootstrap action status by the given taskId.

Request
URI
GET
https://{api_host}/suite-api/api/applications/agents/{taskId}/status
COPY
Path Parameters
string
taskId
Required

Action identifier (result of the action: POST /api/actions/{id})


Authentication
This operation uses the following authentication methods.
Responses
200

The populated action information

Returns bootstrap-status of type(s) application/json
{
    "bootstrapObjectStatuses": [
        {
            "creationDate": "string",
            "id": "string",
            "messages": [
                {
                    "level": "string",
                    "message": "string",
                    "timestamp": "string"
                }
            ],
            "stage": "string",
            "state": "string"
        }
    ],
    "name": "string",
    "startDate": "string",
    "taskId": "string"
}
bootstrapObjectStatuses
Optional

Collection of bootstrap object statuses

string
name
Optional

The name of the action

string
startDate
Optional

The start date of the action

string
taskId
Required

The id of the action result