AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs an update operation on unified exclusions via a web API for the 'Exclusions V 2 1' resource. It allows users to send customized data and filter criteria to modify exclusion entries programmatically. This is useful in scenarios where automated management of exclusion rules is needed, such as updating security or monitoring configurations in bulk or based on dynamic conditions.

Properties

Name Meaning
Data The JSON object containing the data to update the exclusion entries with. This is sent as the request body to specify the new or modified exclusion details.
Filter A JSON object used to filter which exclusion entries should be updated. For example, it can specify the scope level or other criteria to target specific exclusions.

Output

JSON

  • response - The JSON response from the API after performing the update operation, typically containing status or details of the updated exclusions.

Dependencies

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

Troubleshooting

  • Ensure the 'Data' and 'Filter' JSON inputs are correctly formatted; invalid JSON will cause parsing errors.
  • Verify that the API credentials are valid and have sufficient permissions to perform update operations.
  • Check the base URL in credentials to ensure it points to the correct API endpoint.
  • If the API returns errors, review the filter criteria to confirm they match existing exclusions.

Discussion