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}/api/applications/agents/{taskId}/status
COPY
Path Parameters
string
taskId
Required
Action identifier (result of the action: POST /api/actions/{id})
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"
}
array of bootstrap-object-status
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
Applications Operations
PUT
Add Vcenter To Configuration Using PUT
GET
Get Agent Operation Status Using GET
GET
Get Application Resources Using GET
GET
Get Configuration Details Using GET
GET
Get Service Configurations Using GET
GET
Get Service Configuration Template Using GET
GET
Get Service Operation Status Using GET
GET
Get Services Configurations Using GET
POST
Install Agent Using POST
DELETE
Remove Services Configurations Using DELETE
PUT
Remove Vcenter From Configuration Using PUT
POST
Save Services Configurations Using POST
POST
Sign Client Certificate Using POST
PUT
Start Agent Using PUT
PUT
Stop Agent Using PUT
PUT
Subscribe Using PUT
DELETE
Uninstall Agent Using DELETE
PUT
Unsubscribe Using PUT
PUT
Update Services Configurations Using PUT
PUT
Upgrade Agent Using PUT