Get Application Resources

Get Application Resources

Get all available resources for application monitoring

Request
URI
GET
https://{api_host}/suite-api/api/applications/resources
COPY
Query Parameters
integer
page
Optional
Constraints: default: 0

Page number from which data needs to be displayed (0-based)

integer
pageSize
Optional
Constraints: default: 1000

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
"{\n  \"applicationResources\" : [ {\n    \"resourceId\" : \"4ab96116-cabc-4bca-a48b-6d82cd22bf7e\",\n    \"appMonitoringAdapterInstanceId\" : \"04563409-339f-4b02-93bb-f39de2c7aedf\",\n    \"agentStatus\" : \"AGENT_RUNNING\",\n    \"lastOperationStatus\" : \"AGENT_INSTALL_SUCCESS\",\n    \"powerState\" : \"Powered On\",\n    \"isUpdateRequired\" : true,\n    \"agentVersion\" : \"8.0.0.379\"\n  } ]\n}"
object
pageInfo
Optional

Represents page information for a paged result

array of object
links
Optional

Collection of links

array of object
applicationResources
Optional

Collection of application monitoring available resource


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