AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node interacts with the AvantGuard DNSFilter API to retrieve a list of scheduled policies. The "Scheduled Policies Index" operation fetches an index or collection of scheduled policies configured in the DNSFilter system. This is useful for scenarios where you want to automate monitoring, reporting, or management of DNS filtering policies on a schedule basis.

Practical examples include:

  • Automatically retrieving all scheduled policies to audit or synchronize them with another system.
  • Using the list of scheduled policies as input for further automation workflows, such as notifications or policy updates.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the query. Currently supports: Page - JSON object specifying page number and size for pagination.

Output

The node outputs JSON data representing the list of scheduled policies retrieved from the API. The structure typically includes an array of scheduled policy objects, each containing details such as policy ID, name, schedule, and other relevant metadata.

If the API supports pagination, the output may also include pagination metadata depending on the query parameters used.

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:

    • Authentication failures due to missing or invalid API key credentials.
    • Pagination errors if the page parameter is malformed JSON.
    • Network connectivity issues preventing access to the DNSFilter API endpoint.
  • Error messages:

    • Unauthorized or 401 errors indicate problems with API authentication; verify the API key credential.
    • 400 Bad Request errors may result from incorrect query parameter formatting; ensure JSON syntax is valid.
    • Timeout or network errors suggest connectivity problems; check internet access and firewall settings.

Links and References

Discussion