AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs the 'Mark Up To Date' action on SentinelOne agents via a web API. It applies a specified filter to select agents and marks those matched agents as up to date. This is useful for managing agent statuses in bulk based on complex criteria, such as OS version, agent version, location, or threat status. For example, an administrator can mark all Linux agents with a certain version as up to date to reflect their current patch status.

Properties

Name Meaning
Filter A JSON object defining criteria to select which agents the action will apply to. Only agents matching this filter will be marked up to date. Leaving it empty applies the action to all applicable agents.
Additional Body Fields Optional additional JSON fields to include in the request body, allowing customization or extension of the API call with extra data.

Output

JSON

  • result - The response from the SentinelOne API after performing the mark up to date action, typically including status or confirmation details.

Dependencies

  • Requires an API key credential for authentication to the SentinelOne API.
  • Depends on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • If the filter JSON is malformed, the node will fail to send a valid request. Ensure the filter is valid JSON.
  • Authentication errors may occur if the API key credential is missing or invalid. Verify credentials are correctly configured.
  • If no agents match the filter, the action will have no effect; verify filter criteria to target intended agents.
  • Network or API endpoint issues can cause request failures; check connectivity and baseURL configuration.

Discussion