AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node interacts with the AvantGuard DNSFilter API to retrieve details about a specific bulk delete operation for agent local users. It is useful in scenarios where you need to monitor or audit the status and details of bulk deletion requests made on local user accounts managed by an agent. For example, after initiating a bulk delete of multiple local users, this node can fetch the current state or result of that operation.

Properties

Name Meaning
Id The unique identifier of the agent local user bulk delete operation you want to retrieve information about. This is a required numeric value.

Output

The node outputs JSON data representing the details of the specified bulk delete operation. This typically includes metadata such as the operation's status, timestamps, affected user count, and any relevant messages or results returned by the API. The output does not include binary data.

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.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing Id property will cause the request to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network connectivity issues preventing access to the DNSFilter API endpoint.
  • Error Messages:

    • "Unauthorized" or similar indicates problems with API credentials; verify and update the API key.
    • "Not Found" suggests the provided Id does not correspond to any existing bulk delete operation; confirm the ID is correct.
    • Timeouts or network errors require checking internet connection or firewall settings.

Links and References

Discussion