AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation retrieves a list of applications from an external service. It is useful for scenarios where you need to fetch and process application data, such as inventory management, reporting, or integration with other systems that require up-to-date application information.

For example, you might use this node to:

  • Get all applications available in your environment.
  • Filter applications by specific categories.
  • Paginate through large sets of application data.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the query:
- Category Ids: Filter applications by category IDs (defaults to all).
- Page: Specify page number and size for pagination.

Output

The node outputs JSON data containing the list of applications retrieved from the API. The structure typically includes application details such as IDs, names, categories, and other metadata depending on the API response.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The base URL for API requests is https://api.dnsfilter.com.
  • The node uses standard HTTP headers for JSON content (Accept and Content-Type set to application/json).

Troubleshooting

  • Common issues:

    • Invalid or missing API key can cause authentication failures.
    • Incorrectly formatted additional query parameters may result in API errors or empty responses.
    • Pagination parameters must be correctly structured to avoid unexpected results.
  • Error messages:

    • Authentication errors usually indicate problems with the provided API key; verify and update credentials.
    • API response errors related to query parameters suggest checking the JSON format and parameter names.
    • Network or connectivity errors imply checking internet access and endpoint availability.

Links and References

Discussion