Sophos Central: Count of Servers with Assigned Product(s)
submitted
B
Bryan
Returns the number of servers with assigned product(s). Add or remove assignedProducts to the query to report on specific configurations. This is a useful metric when reconciling services in the Gradient MSP billing module.
Endpoints[?type ==
server
] || Endpoints[].assignedProducts[?code == 'coreAgent' && 'interceptX'] | length(@)E
Erik Zwep
Forget my comment, the query was the same, it just works.
E
Erik Zwep
The above query does not work for me. This one does: Endpoints[?type ==
server
] || Endpoints[].assignedProducts[?code == 'coreAgent' && 'interceptX'] | length(@)