AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation allows users to export identity asset data from the Datalake Inventory Identity resource via a web API. It supports exporting data in CSV or JSON format and provides extensive filtering options through numerous query parameters. This is useful for security analysts or IT administrators who need to extract detailed identity asset information for reporting, auditing, 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. These include filters on cloud provider details, Active Directory attributes, asset status, tags, regions, and many other identity-related fields. Also includes pagination controls like limit, skip, and cursor, sorting options, and flags for counting or skipping counts.

Output

JSON

  • exportedData - The exported identity asset data in the selected format (CSV or JSON).
  • totalCount - If countOnly is true, the total number of matching items.
  • cursor - Cursor string for pagination to retrieve next set of results.

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 API 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 that the query matches existing data.
  • Pagination parameters like 'limit', 'skip', and 'cursor' must be used correctly to retrieve large datasets; misuse may result in incomplete data.
  • Invalid values for 'exportFormat' or unsupported query parameters may cause the API to reject the request.
  • Large exports may time out or be truncated; consider using filters to limit data size or export in JSON format for better handling.

Links

Discussion