AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs a POST action on the Datalake Inventory Account resource within the AvantGuard SentinelOne API. It allows users to execute various asset-related actions such as exporting resource details, updating asset criticality levels, managing asset contacts, applying reviews, adding notes, and managing tags. The node is useful for automating asset management workflows, filtering assets with complex query parameters, and performing bulk updates or exports based on specified criteria.

Properties

Name Meaning
Additional Query Parameters Optional query parameters to filter or refine the assets targeted by the action, such as cloud provider details, regions, tags, asset status, and other asset attributes.
Action Name The specific action to perform on the selected assets, such as exporting details, marking criticality levels, updating contacts, applying reviews, adding notes, or managing tags.
Additional Body Fields Optional body fields to specify lists of inventory IDs to include or exclude in the action.

Output

JSON

  • actionResult - Result of the performed action on the assets, typically including status and any returned data from the API.

Dependencies

  • Requires AvantGuard SentinelOne API credentials including base URL and authentication token.

Troubleshooting

  • Ensure that the AvantGuard SentinelOne API credentials are correctly configured and have necessary permissions to perform the selected action.
  • Verify that the 'Action Name' is appropriate for the intended operation and that required additional fields are provided when necessary.
  • Check that any JSON input fields (e.g., filters) are correctly formatted to avoid parsing errors.
  • If the API returns errors related to filtering, review the query parameters for correctness and supported values.
  • Network connectivity issues to the API endpoint can cause failures; ensure the base URL is reachable from the n8n environment.

Discussion