AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs various actions on Datalake Surface Identity assets via a web API POST request. It allows users to execute specific actions such as exporting resource details, managing asset criticality levels, updating asset contacts, applying reviews, and managing tags on identity assets. The node is useful for automating asset management workflows, filtering assets with complex query parameters, and performing bulk updates or exports in security and identity management contexts.

Properties

Name Meaning
Additional Query Parameters Optional filters and criteria to narrow down the assets affected by the action. These parameters support a wide range of asset attributes such as cloud provider details, AD properties, tags, regions, statuses, and more, allowing precise targeting of assets.
Action Name The specific action to perform on the selected assets. Options include exporting details, marking asset criticality levels, updating or clearing asset contacts, applying reviews, adding notes, and managing tags.
Additional Body Fields Optional additional fields to include in the request body, such as lists of inventory IDs to include or exclude.

Output

JSON

  • response - The JSON response from the API after performing the specified action on the assets. This typically includes status, details of the operation, and any data returned by the API.

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

  • Ensure the API credentials are correctly configured and have sufficient permissions to perform the requested actions.
  • Verify that the 'Additional Query Parameters' are correctly formatted JSON arrays or strings as expected by the API.
  • If the API returns errors related to invalid filters or parameters, check that the filter keys and values conform to the API specification.
  • Network connectivity issues may prevent the node from reaching the API endpoint; verify network access and base URL configuration.
  • Large or complex queries may time out or cause performance issues; consider simplifying filters or batching requests.

Discussion