AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves exported asset account data from the Datalake Inventory Account resource via a web API. It supports exporting data in CSV or JSON format and allows extensive filtering through numerous query parameters. This is useful for users who need to extract detailed asset inventory data 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

  • exportedData - The exported asset account data in the requested format (CSV or JSON).
  • count - If 'Count Only' is true, this contains the total number of matching items.
  • cursor - Cursor string for pagination to retrieve subsequent data batches.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Depends on the AvantGuard SentinelOne API endpoint specified in the node credentials.

Troubleshooting

  • Ensure the API credentials are correctly configured and have sufficient permissions to access the Datalake Inventory Account data.
  • If the export returns no data, verify that the query parameters and filters are correctly set and match existing data.
  • Large data exports may require pagination using 'cursor' and 'skip' parameters to retrieve all data.
  • If the API returns errors related to invalid parameters, check that all query parameters conform to expected formats and value types.
  • Network or connectivity issues may cause request failures; verify network access to the API endpoint.

Links

Discussion