Get Service Operation Status

Get Service Operation Status

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
"{\n  \"taskId\" : \"67d217a0-7818-4f89-bc2a-5563f0696c4d\",\n  \"name\" : \"Edit PostgreSQL\",\n  \"bootstrapObjectStatuses\" : [ {\n    \"id\" : \"e94978fa-15df-4311-bb5d-5e0bc7289bec\",\n    \"stage\" : \"INSTALLING\",\n    \"state\" : \"COMPLETED_SUCCESSFULLY\",\n    \"creationDate\" : \"2019-12-05T09:57:20.439Z\",\n    \"messages\" : [ {\n      \"message\" : \"Install operation task failed\",\n      \"level\" : \"ERROR\",\n      \"timestamp\" : \"2020-02-10T14:05:38.202Z\"\n    }, {\n      \"message\" : \"The operation is not allowed in current state\",\n      \"level\" : \"WARN\",\n      \"timestamp\" : \"2020-02-10T14:05:38.202Z\"\n    }, {\n      \"message\" : \"Plugin update task completed at 1581428889397 wtih ACTTIVATION_FINISHED\",\n      \"level\" : \"INFO\",\n      \"timestamp\" : \"2020-02-10T14:05:38.202Z\"\n    } ]\n  } ]\n}"
string
taskId
Required

The task ID

string
name
Required

The action name

array of object
bootstrapObjectStatuses
Optional

Collection of bootstrap statuses


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/applications/agents/services/{taskId}/status