Get agent count grouped by agent version
This endpoint is used to retrieve the number of installed agent resources and group by agent version.
URL
GET https://{api-url}/api/v2/tenants/{tenantId}/agents/agentInstalled/resources/resourcesCountGroupByAgentVersion
Sample URL
https://{api-url}/api/v2/tenants/client_4/agents/agentInstalled/resources/resourcesCountGroupByAgentVersion
Header | Value |
---|
Authorization | Bearer {accessToken} |
Content-type | application/json |
Accept | application/json |
Status code
200 OK
Sample response
[
{
"7.0.1-1": 1
},
{
"7.0.2-1": 1
}
]