AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation exports cloud resource data from a cloud-native security platform in either CSV or JSON format. It supports extensive filtering and pagination options, allowing users to tailor the export to specific cloud providers, accounts, regions, resource names, and other criteria. This is useful for security analysts or cloud administrators who need to extract detailed cloud resource 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 Optional filters and controls for the export query, including pagination, filtering by OS types, site IDs, cloud provider names, sorting options, and free-text filters on various resource attributes.

Output

JSON

  • data - The exported cloud resource data in the requested format (CSV or JSON).
  • totalCount - Total number of items matching the query, if count is requested and not skipped.
  • cursor - Cursor token for fetching the next page of results, if pagination is used.

Dependencies

  • Requires an API key credential for authentication to the cloud-native security platform's 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 sufficient permissions.
  • Large exports may require use of the 'cursor' parameter to paginate through results beyond 1000 items.
  • Incorrect filter formats (e.g., JSON arrays) may cause query failures; ensure filters are properly formatted.
  • If the export format is unsupported or misspelled, the API may reject the request; use only 'csv' or 'json'.
  • Setting 'countOnly' to true will return only the count, so no data will be present in the output; ensure this is intended.

Discussion