AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation, Network Lan Ips Index, retrieves a list or index of LAN IP addresses associated with a specified network. It is useful for scenarios where you need to query and manage IP addresses within a local area network (LAN) environment, such as inventorying devices, monitoring network usage, or automating network configuration tasks.

For example, a network administrator could use this node to fetch all IP addresses assigned in a particular network segment to audit device connectivity or to integrate with other systems that require up-to-date IP address information.

Properties

Name Meaning
Id The unique identifier of the network for which LAN IPs are being queried (Network ID).
Additional Query Parameters Optional parameters to customize the query. Currently supports: Page - JSON object specifying pagination details like page number and size.

Output

The output contains a JSON field with the indexed list of LAN IP addresses retrieved from the specified network. This typically includes details about each IP address such as the IP itself, associated device info, status, or metadata depending on the API response structure.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authentication with the external service managing the network LAN IP data.
  • The base URL for API requests is set to "https://api.dnsfilter.com", indicating reliance on the AvantGuard DNSFilter API or a related service.
  • Proper configuration of the API key credential in n8n is necessary for successful execution.

Troubleshooting

  • Common Issues:

    • Invalid or missing Network ID (Id property) will likely cause the request to fail or return no results.
    • Incorrect or expired API credentials can lead to authentication errors.
    • Improperly formatted additional query parameters (e.g., invalid JSON in Page) may cause the API to reject the request.
  • Error Messages:

    • Authentication failures usually indicate issues with the API key; verify and update credentials.
    • Validation errors on input properties suggest checking the required fields and their formats.
    • Network or timeout errors imply connectivity problems or API service downtime.

Links and References

Discussion