Get Service Operation Status Using GET

Get Service Operation Status Using GET

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

Request
URI
GET
https://{api_host}/suite-api/api/applications/agents/services/{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 application-configuration-status of type(s) application/json
{
    "bootstrapObjectStatuses": [
        {
            "creationDate": "string",
            "id": "string",
            "messages": [
                {
                    "level": "string",
                    "message": "string",
                    "timestamp": "string"
                }
            ],
            "stage": "string",
            "state": "string"
        }
    ],
    "name": "string",
    "taskId": "string"
}
bootstrapObjectStatuses
Optional

Collection of bootstrap statuses

string
name
Required

The action name

string
taskId
Required

The task ID