AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation allows users to delete reports via a web API by sending a POST request with optional filtering criteria and data in the request body. It is useful for automating the removal of specific reports based on various attributes such as creation date, schedule type, scope, account IDs, group IDs, site IDs, and report IDs. For example, a user can delete all manually scheduled reports created within a certain date range for specific accounts or groups.

Properties

Name Meaning
Additional Body Fields Optional fields to include in the request body when deleting reports. This includes:

Output

JSON

  • response - The JSON response from the API after attempting to delete reports, which may include status, confirmation, or error details.

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

  • If the API returns authentication errors, verify that the API key credential is correctly configured and has the necessary permissions.
  • Malformed JSON in the 'Data' or 'Filter' fields can cause request failures; ensure JSON syntax is correct.
  • If no reports are deleted, check that the filter criteria correctly match existing reports.
  • Network or connectivity issues to the API endpoint can cause request timeouts or failures; verify network access and base URL configuration.

Discussion