AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation exports inventory endpoint data related to a specific application from the Application Management resource in CSV format. It allows users to retrieve detailed endpoint inventory information filtered by application name, vendor, and various optional query parameters such as detection dates, OS types, versions, and endpoint identifiers. This is useful for security analysts or IT administrators who need to generate reports or analyze endpoint data for a given application across their environment.

Properties

Name Meaning
Application Name Specifies the name of the application for which the inventory endpoints CSV export is requested.
Application Vendor Specifies the vendor of the application to filter the inventory endpoints.
Additional Query Parameters Optional filters to refine the inventory endpoints export, including endpoint UUIDs, detection date ranges, OS types and versions, architectures, account/group/site IDs, endpoint names, application versions, and CSV delimiter choice.

Output

JSON

  • csvData - The exported inventory endpoints data in CSV format as a string.

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 node returns authentication errors, verify that the API key credential is correctly configured and has sufficient permissions.
  • Ensure that the required 'Application Name' and 'Application Vendor' fields are provided; missing these will cause the request to fail.
  • Invalid date formats in detection date filters may cause errors; use ISO 8601 timestamps as specified.
  • If the CSV delimiter is set incorrectly, the exported CSV may not parse properly; use ',' or ';' as allowed.
  • Large data exports may time out or fail; consider applying more restrictive filters to reduce result size.

Discussion