AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

The node provides integration with the AvantGuard DNSFilter API, specifically allowing batch deletion of domain notes. This operation is useful for users who manage multiple domain-related annotations or metadata and want to efficiently remove several domain notes in one request. Practical scenarios include cleaning up outdated or irrelevant domain notes in bulk to maintain an organized dataset.

Properties

Name Meaning
Domains Comma separated list of domains to target for batch deletion of their notes.
Id The resource ID associated with the domain notes to be deleted.

Output

The node outputs JSON data representing the response from the batch delete operation on domain notes. This typically includes confirmation of successful deletions or error details if the operation fails. There is no binary output.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard DNSFilter service.
  • The node uses the base URL https://api.dnsfilter.com for API requests.
  • The user must configure the appropriate API authentication credentials within n8n.

Troubleshooting

  • Common issues:
    • Invalid or missing API credentials will cause authentication failures.
    • Incorrectly formatted domain lists (e.g., not comma-separated) may result in request errors.
    • Providing an invalid or non-existent resource ID can lead to failed deletions.
  • Error messages:
    • Authentication errors usually indicate problems with the API key; verify and update credentials.
    • Validation errors may occur if required properties are missing or malformed; ensure all required fields are correctly filled.
    • API rate limits or network issues might cause timeouts or connection errors; retry after some time or check network connectivity.

Links and References

Discussion