AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves an export of XDR (Extended Detection and Response) asset governance data from the Datalake Inventory Governance resource via a web API. It supports exporting data in CSV or JSON format and allows extensive filtering and sorting through numerous query parameters. This is useful for security analysts or IT governance teams who need to extract detailed asset governance information for reporting, auditing, or further analysis.

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 governance data in the requested format (CSV or JSON).
  • count - Total number of items matching the query if countOnly is true or skipCount is false.
  • cursor - Cursor string for pagination to retrieve next set of results if applicable.

Dependencies

  • Requires API authentication credentials to access the Datalake Inventory Governance web API.
  • Relies on the base URL and API key or token provided in credentials.

Troubleshooting

  • Ensure that the API credentials are correctly configured and have sufficient permissions to access the export endpoint.
  • Verify that the export format is set correctly to either 'csv' or 'json'.
  • When using extensive filters, confirm that the JSON syntax for array parameters is valid.
  • If pagination is used, ensure the cursor parameter is correctly passed to retrieve subsequent pages.
  • Large exports may time out or fail; consider using filters and limits to reduce data size.
  • If countOnly is true, the response will not contain data objects, only the count.
  • Check network connectivity and API endpoint availability if requests fail.

Discussion