Get applicable computer count from each component in baseline

there is a way to get applicable computers count from each component in baseline?
want to know the count of computer that applicable in each component inside baseline

This information is available in the Console in the baseline’s ‘Component Applicability’ tab:

https://help.hcltechsw.com/bigfix/10.0/platform/Platform/Console/Dialogs/baseline_component_applicability_tab.html

It’s also available via Session Relevance (and therefore custom Web Reports, or API) with the applicable computer count of <bes baseline component> inspector: https://developer.bigfix.com/relevance/reference/bes-baseline-component.html#applicable-computer-count-of-bes-baseline-component-integer

Here’s an example:

(name of it, applicable computer count of it) of components of component groups of bes fixlets whose (baseline flag of it AND name of it = "Test" AND id of it = 6048)

2 Likes

thank you very much!!!