AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation retrieves all managed service provider (MSP) networks associated with a specified organization. It is useful for scenarios where you need to list or analyze network configurations across an entire MSP account, such as auditing network setups, monitoring network statuses, or integrating network data into other workflows.

For example, a user might use this node to fetch all networks under their MSP organization to generate reports on network usage or to synchronize network information with another system.

Properties

Name Meaning
Organization Id The unique identifier of the organization whose MSP networks you want to retrieve.
Additional Query Parameters Optional parameters to customize the query:
- Force Truncate Ips: If true, returns network info without IP addresses (default: true).
- Page: JSON object specifying pagination details like page number and size.

Output

The node outputs JSON data containing the list of MSP networks for the specified organization. Each item in the output typically includes network details such as network identifiers, names, and other metadata. If the "Force Truncate Ips" option is enabled, IP address information will be omitted from the output.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the external DNS filtering service.
  • The node communicates with the DNSFilter API endpoint at https://api.dnsfilter.com.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Missing or invalid Organization Id: Ensure that the Organization Id property is set correctly and corresponds to a valid organization in your MSP account.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Empty or incomplete results: Check if the "Force Truncate Ips" parameter is set to true, which removes IP address details from the response.
  • Pagination issues: When retrieving large datasets, ensure the "Page" parameter is correctly formatted as JSON to control paging.

Links and References

Discussion