AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation fetches AI/ML asset data from the Datalake Inventory via a web API. It supports extensive filtering and sorting options to retrieve specific asset information based on various criteria such as cloud provider details, asset status, tags, regions, and more. It is useful for users who need to query and analyze large inventories of cloud and on-premises assets with AI/ML insights, enabling targeted data retrieval for reporting, monitoring, or further processing.

Properties

Name Meaning
Additional Query Parameters A collection of optional filters and query parameters to refine the asset data retrieval. These include filters on cloud provider organization units, regions, coverage status, tags, asset environment, criticality, status, and many others. Also includes pagination controls like limit, skip, and cursor, as well as sorting options.

Output

JSON

  • items - Array of asset objects matching the query filters, each containing detailed asset information.
  • totalCount - Total number of matching assets if countOnly is true or if count is requested.
  • cursor - Cursor token for fetching the next page of results if pagination is used.

Dependencies

  • Requires an API key credential for authentication to the Datalake Inventory AI ML web 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 necessary permissions.
  • If no data is returned, check the filter parameters for correctness and ensure they match existing asset data.
  • Pagination parameters like 'cursor' and 'skip' must be used correctly to iterate over large datasets; improper use may result in missing data.
  • Setting 'countOnly' to true will return only the count, so no asset details will be present in the output.
  • Exceeding the 'limit' parameter beyond allowed range (1-1000) may cause errors or unexpected behavior.

Discussion