AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves the count of device filters from the Datalake Inventory Device Filters resource via a web API. It allows users to specify a wide range of optional query parameters to filter and count assets/devices based on various attributes such as operating system, manufacturer, network details, tags, coverage, and more. This is useful for inventory management, asset tracking, and security monitoring scenarios where understanding the distribution or count of devices matching specific criteria is needed.

Properties

Name Meaning
Additional Query Parameters A collection of optional query parameters that can be used to filter the device inventory count request. These parameters cover many device attributes such as active coverage, tags, OS version, site IDs, resource types, asset criticality, discovery methods, IP addresses, and many others. Each parameter corresponds to a specific filter criterion sent as a query parameter in the API request.

Output

JSON

  • counts - An object or array representing the counts of devices matching the specified filters, typically keyed by the filter columns specified in 'countsFor'.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Relies on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • If the node returns authentication errors, verify that the API key credential is correctly configured and has the necessary permissions.
  • Incorrect or unsupported query parameters may cause the API to return errors or empty results; ensure parameters are valid and formatted correctly.
  • Large or complex queries might result in timeouts or slow responses; consider simplifying filters or paginating requests if supported.
  • If the output is empty or missing expected counts, check that the filter criteria actually match existing devices in the inventory.

Discussion