AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node interacts with a traffic reporting API to retrieve the total number of roaming clients. It is useful for network administrators or analysts who want to monitor roaming client activity within their managed networks. For example, it can be used to generate reports on how many devices are connecting from outside the primary network locations, helping in capacity planning or security auditing.

Properties

Name Meaning
Additional Query Parameters Optional parameters to refine the query:
- Msp Id: Numeric ID of the Managed Service Provider (MSP).
- Organization Id: Numeric ID of the organization; defaults to the user's organization if not specified.

Output

The node outputs JSON data containing the total count of roaming clients as returned by the traffic reports API. The exact structure depends on the API response but typically includes fields representing counts and possibly metadata about the query. There is no indication that binary data is output.

Dependencies

  • Requires an API key credential for authentication with the traffic reporting service.
  • The node uses a base URL endpoint https://api.dnsfilter.com for requests.
  • Proper configuration of credentials and network access to the API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Incorrect or missing query parameters may result in empty or error responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or missing API keys; verify credentials.
    • HTTP 4xx or 5xx errors suggest issues with request parameters or server availability; check parameter values and API status.
    • Timeout errors imply network or server delays; retry or check connectivity.

Links and References

Discussion