AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node interacts with the AvantGuard DNSFilter API to retrieve a list (index) of IP addresses. It is useful for scenarios where users want to query and analyze IP address data managed by the DNSFilter service, such as monitoring network security or investigating suspicious IPs.

A practical example would be fetching paginated IP address records with optional search criteria to filter specific IP information relevant to security audits or network management.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the query:
- Page: JSON object specifying page number and size for pagination
- Search: String to search/filter specific IP information

Output

The node outputs JSON data representing the list of IP addresses retrieved from the API. The structure typically includes an array of IP address objects along with metadata such as pagination details if applicable.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard DNSFilter API.
  • The base URL for API requests is https://api.dnsfilter.com.
  • The node uses standard HTTP headers including Accept: application/json and Content-Type: application/json.

Troubleshooting

  • Common issues:

    • Invalid or missing API authentication token will cause authorization errors.
    • Incorrectly formatted pagination or search parameters may result in bad request errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authorization failures: Check that the API key credential is correctly configured and valid.
    • Bad Request (400): Verify the format of additional query parameters, especially JSON syntax for pagination.
    • Timeout or network errors: Ensure stable internet connection and that the API endpoint is reachable.

Links and References

Discussion