AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node allows updating an existing IP address record in the AvantGuard DNSFilter system. It is useful for scenarios where you need to modify details of a specific IP address entry, such as changing its attributes or metadata stored in the system. For example, you might update an IP address's description or associated tags to reflect changes in your network configuration or security policies.

Properties

Name Meaning
Id The unique identifier of the IP address record to update.
Ip Address JSON object containing the parameters for updating the IP address record. This should be a valid JSON string representing the fields and values to update.

Output

The node outputs JSON data representing the updated IP address record as returned by the API. The exact structure depends on the API response but typically includes the updated fields of the IP address entry.

No binary data output is indicated.

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 JSON content type headers for communication.
  • The bundled code depends on an OpenAPI specification (openapi.json) and a helper library for building properties from that spec.

Troubleshooting

  • Invalid JSON in "Ip Address" property: Since the IP address update parameters must be provided as a JSON string, malformed JSON will cause errors. Ensure the JSON is valid before running the node.
  • Missing or incorrect Id: The Id property is required and must correspond to an existing IP address record. Using an invalid or non-existent Id will result in an error from the API.
  • Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify that the correct API key is configured.
  • API connectivity issues: Network problems or incorrect base URL settings can cause request failures. Confirm internet access and correct endpoint configuration.

Links and References

Discussion