get_policy_match_stats
Analyze endpoint compliance by retrieving statistics on how many endpoints match each security policy based on customizable filter criteria.
Instructions
Get statistics on how many endpoints match each policy based on filter criteria
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter assets by name | |
| searchTerm | No | General search term for filtering assets | |
| ipAddress | No | Filter assets by IP address | |
| groupId | No | Filter assets by group ID | |
| groupFullPath | No | Filter assets by full group path | |
| managedStatus | No | Filter assets by managed status (e.g., ["managed"]) | |
| isolationStatus | No | Filter assets by isolation status (e.g., ["isolated"]) | |
| platform | No | Filter assets by platform (e.g., ["windows"]) | |
| issue | No | Filter assets by issue | |
| onlineStatus | No | Filter assets by online status (e.g., ["online"]) | |
| tags | No | Filter assets by tags | |
| version | No | Filter assets by agent version | |
| policy | No | Filter assets by policy name | |
| includedEndpointIds | No | Include only these endpoint IDs | |
| excludedEndpointIds | No | Exclude these endpoint IDs | |
| organizationIds | No | Organization IDs to filter by. Defaults to [0]. |