AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation deletes tags via a web API. It is useful for managing and cleaning up tags in systems where tags are used to categorize or filter resources, such as firewall rules or account groups. For example, you can delete tags that match specific criteria like type, scope, or associated account IDs, helping maintain an organized tagging system.

Properties

Name Meaning
Additional Body Fields Optional fields to include in the request body when deleting tags. This includes a 'Filter' property that allows specifying criteria such as tag type, scope, account IDs, group IDs, name patterns, site IDs, and tag IDs to target specific tags for deletion.

Output

JSON

  • result - The response from the API after attempting to delete the specified tags, typically indicating success or failure and any relevant 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 'Filter' field can cause request failures; ensure the JSON is valid and properly formatted.
  • If no tags are deleted, check that the filter criteria correctly match existing tags.
  • Network or connectivity issues to the API endpoint can cause request failures; verify network access and base URL configuration.

Discussion