AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves counts of filter values for assets in the Datalake Inventory Workstations resource via a web API. It allows users to specify a wide range of optional query parameters to filter and count assets based on various attributes such as cloud provider details, operating system, tags, Kubernetes clusters, regions, and more. This is useful for inventory analysis, reporting, and monitoring asset distributions across different categories and filters in a cloud security or asset management context.

Properties

Name Meaning
Additional Query Parameters A collection of optional filters that can be applied to the API request to narrow down the asset counts. Each property corresponds to a specific filter criterion, such as cloud provider organization, OS version, tags, Kubernetes cluster, region, asset status, and many others. These parameters are sent as query parameters in the API call to customize the count results.

Output

JSON

  • counts - An object containing counts of filter values for the specified columns. Each key corresponds to a filter column, and the value is the count of assets matching that filter.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Relies on the base URL provided in credentials to make HTTP requests.

Troubleshooting

  • If the API returns authentication errors, verify that the API key credential is correctly configured and has the necessary permissions.
  • If no counts are returned, check that the query parameters are correctly formatted and that the filters match existing assets.
  • Large or complex filters may cause slow responses or timeouts; try simplifying filters or paginating requests if supported.
  • Ensure that the base URL in credentials is correct and reachable from the n8n environment.

Discussion