AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node interacts with the AvantGuard DNSFilter API to retrieve information about blocked pages. Specifically, the "Block Pages All" operation fetches a list of all blocked pages, which can be useful for monitoring and managing web content filtering policies. Typical use cases include security teams auditing blocked URLs, compliance officers reviewing filtered content, or automated workflows that react to changes in blocked page lists.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the query:
- Organization Id: Numeric ID of the organization to filter results.
- Page: JSON object specifying pagination details such as page number and size.

Output

The node outputs JSON data representing the list of blocked pages retrieved from the API. The structure typically includes details about each blocked page, such as URL, reason for blocking, timestamps, and possibly metadata related to the organization or policy. There is no indication that binary data is returned by this node.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard DNSFilter service.
  • The node uses the base URL https://api.dnsfilter.com to make requests.
  • No additional external dependencies are indicated beyond the bundled OpenAPI client.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Incorrect organization ID or malformed pagination JSON may result in empty responses or errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid API keys; verify and update credentials.
    • Validation errors on query parameters suggest checking the format and types of "Organization Id" and "Page".
    • Rate limiting or server errors from the API should be handled by retrying after some delay.

Links and References

Discussion