AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation updates a specific LAN IP configuration within a network. It is useful in scenarios where you need to modify details of an existing LAN IP entry, such as changing its parameters or attributes programmatically via the API. For example, if you manage a network infrastructure and want to automate updates to LAN IP settings without manual intervention, this node operation facilitates that by sending update requests with the new configuration data.

Properties

Name Meaning
Id The unique identifier of the network to which the LAN IP belongs.
Lan Ip Id The unique identifier of the LAN IP entry that you want to update.
Network Lan Ip JSON object containing the updated parameters for the LAN IP. This should include all necessary fields to define the LAN IP configuration.

Output

The output of this node operation will be a JSON object representing the updated LAN IP resource as returned by the API. This typically includes the updated properties of the LAN IP after the successful update operation. The exact structure depends on the API response but generally reflects the current state of the LAN IP resource.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard DNSFilter API.
  • The base URL for API requests is https://api.dnsfilter.com.
  • The node uses standard HTTP headers for JSON content (Accept: application/json and Content-Type: application/json).
  • Proper network permissions and API access rights are necessary to perform update operations on LAN IPs.

Troubleshooting

  • Invalid or missing IDs: Ensure that both the Network ID and LAN IP ID are correctly provided and correspond to existing resources; otherwise, the API may return errors indicating not found or invalid identifiers.
  • Malformed JSON in Network Lan Ip: The network_lan_ip property must be valid JSON. Parsing errors or incorrect JSON structure will cause the request to fail.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • API rate limits or connectivity issues: Network problems or hitting API rate limits can cause failures; check connectivity and API usage quotas.
  • Unexpected API responses: If the API changes or returns unexpected data, verify the node's OpenAPI specification and update accordingly.

Links and References

Discussion