Install Agent Using POST
Install app monitoring agent on specified resource
Request
URI
POST
https://{api_host}/api/applications/agents
COPY
Request Body
Credentials of resources required to install the agent
resource-credentials of type(s) application/json
Required
Show optional properties
{
"resourceCredentials": [
{
"password": "string",
"resourceId": "string",
"username": "string"
}
]
}
{
"resourceCredentials": [
{
"addRuntimeUser": false,
"password": "string",
"resourceId": "string",
"username": "string"
}
]
}
Responses
200
The result of task status
Returns agent-task-statuses of type(s) application/json
{
"taskStatuses": [
{
"errorMessage": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"resources": [
"string"
],
"taskID": "string"
}
]
}
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