URL
GET https://{api-url}/api/v2/tenants/{tenantId}/agents/{agentversion}/resourcesCountByAgentVersion
Sample URL
https://{api-url}}/api/v2/tenants/client_4/agents/7.0.2-1/resourcesCountByAgentVersion
Header format
Header | Value |
---|---|
Authorization | Bearer {accessToken} |
Content-type | application/json |
Accept | application/json |
Status code
200 OK
Parameters
All fields are mandatory unless specified otherwise.
Property | Value | Description |
---|---|---|
agentversion | String | Default: NULL |
Sample response
{
"7.0.2-1": 2
}