AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation fetches exported asset data from the Datalake Inventory AI ML service using a web API call. It supports exporting data in CSV or JSON format and allows extensive filtering through numerous query parameters. This is useful for users who want to retrieve detailed asset inventories with specific criteria for analysis, reporting, or integration with other systems.

Properties

Name Meaning
Export Format Specifies the format of the exported data, either CSV or JSON.
Additional Query Parameters A collection of optional filters and parameters to refine the export query, such as filtering by cloud provider organization, region, asset status, tags, risk factors, sorting options, pagination controls, and more.

Output

JSON

  • data - The exported asset data returned by the API in the requested format (CSV or JSON).
  • count - If 'countOnly' is true, this contains the total number of matching items.
  • cursor - Cursor string for pagination to fetch subsequent pages of data.

Dependencies

  • Requires API authentication credentials for the Datalake Inventory AI ML service.
  • Relies on the base URL and API key or token configured in the node credentials.

Troubleshooting

  • If the API returns authentication errors, verify that the API credentials are correctly configured and have sufficient permissions.
  • If no data is returned, check the filter parameters to ensure they are valid and match existing assets.
  • Large data exports may time out or be truncated; use pagination parameters like 'limit' and 'cursor' to manage large datasets.
  • Invalid query parameter formats (e.g., JSON arrays) may cause API errors; ensure correct formatting.
  • If 'countOnly' is true but count is missing, verify API support for count queries.

Discussion