AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node fetches total deployment traffic reports from a network management or monitoring service. It is useful for users who want to retrieve aggregated deployment statistics filtered by various organizational and network parameters. Typical use cases include generating summary reports of deployments across multiple networks, auditing deployment counts per managed service provider (MSP), or integrating deployment metrics into dashboards.

For example, a network administrator could use this node to get the total number of deployments for a specific MSP or organization, optionally filtering by selected network IDs.

Properties

Name Meaning
Additional Query Parameters Optional filters to refine the traffic report query. Includes:
- Msp Id: Numeric ID of the Managed Service Provider to filter results by.
- Network Ids: Comma-separated string of network IDs to limit the scope of the report.
- Organization Id: Numeric ID of the organization; defaults to the user's organization.

Output

The node outputs JSON data containing the total deployments traffic report based on the specified filters. The exact structure depends on the API response but generally includes aggregated deployment counts and related metadata.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the external traffic reporting service.
  • The node uses a base URL endpoint https://api.dnsfilter.com as part of its request defaults.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing invalid or non-existent MSP, network, or organization IDs may result in empty or error responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate incorrect or missing API keys; verify credential setup.
    • Validation errors may occur if query parameters are malformed; ensure numeric fields are numbers and network IDs are comma-separated strings.
    • API rate limiting or service downtime may cause request failures; retry after some time or check service status.

Links and References

Discussion