Get agent count grouped by OS name
This endpoint is used to retrieve the number of installed agent resources and group by OS name.
URL
GET https://{api-url}/api/v2/tenants/{tenantId}/agents/agentInstalled/resources/resourcesCountGroupByOSName
Sample URL
https://{api-url}/api/v2/tenants/client_4/agents/agentInstalled/resources/resourcesCountGroupByOSName
Header | Value |
---|
Authorization | Bearer {accessToken} |
Content-type | application/json |
Accept | application/json |
Status code
200 OK
Sample response
[
{
"CentOS 4/5 or later (64-bit)": 3
},
{
"FortiAnalyzer-VM64 v5.6.5-build1707 180627 (GA)": 1
},
{
"FreeBSD (64-bit)": 1
},
{
"Linux": 7
},
{
"Linux 3.10.0-862.14.4.el7.x86_64 CentOS Linux release 7.6.1810 (Core) ": 1
},
{
"Microsoft Windows 10 (64-bit)": 1
},
{
"Microsoft Windows 7 (32-bit)": 1
},
{
"Microsoft Windows 7 (64-bit)": 7
},
{
"Microsoft Windows Server 2003 (32-bit)": 2
},
{
"Microsoft Windows Server 2003 Standard (32-bit)": 4
},
{
"Microsoft Windows Server 2008 (32-bit)": 12
},
{
"Microsoft Windows Server 2008 (64-bit)": 10
},
{
"Microsoft Windows Server 2008 R2 (64-bit)": 96
},
{
"Microsoft Windows Server 2012 (64-bit)": 349
},
{
"Microsoft Windows Server 2016 (64-bit)": 68
},
{
"Microsoft Windows XP Professional (32-bit)": 3
},
{
"Other 2.6.x Linux (64-bit)": 3
},
{
"Other 3.x or later Linux (64-bit)": 2
},
{
"SUSE Linux Enterprise 11 (64-bit)": 5
},
{
"Ubuntu": 4
},
{
"Ubuntu 18.04.3 LTS": 2
},
{
"Ubuntu Linux (64-bit)": 3
},
{
"windows": 3
}
]