Get Application Resources Using GET

Get Application Resources Using GET

Get all available resources for application monitoring

Request
URI
GET
https://{api_host}/suite-api/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


Authentication
This operation uses the following authentication methods.
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
    }
}
applicationResources
Optional

Collection of application monitoring available resource

array of link
links
Optional

Collection of links

pageInfo
Optional

pageInfo