Get Application Resources Using GET
Get all available resources for application monitoring
Request
URI
GET
https://{api_host}/api/applications/resources
COPY
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
Responses
200
The application monitoring resources
Returns application-resources of type(s) application/json
{
"applicationResources": [
{
"agentStatus": "string",
"agentVersion": "string",
"appMonitoringAdapterInstanceId": "string",
"isUpdateRequired": false,
"lastOperationStatus": "string",
"powerState": "string",
"resourceId": "string"
}
],
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
}
}
array of application-resource
applicationResources
Optional
Collection of application monitoring available resource
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