AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation revokes a secret key associated with a specific network. It is useful in scenarios where you need to invalidate or rotate the secret key for security reasons, such as when a key is compromised or needs to be refreshed periodically. For example, an administrator can use this operation to revoke access credentials tied to a network to prevent unauthorized usage.

Properties

Name Meaning
Id The unique identifier of the network whose secret key will be revoked.

Output

The output JSON contains the response from the API after attempting to revoke the secret key for the specified network. This typically includes confirmation of the revocation status or any relevant metadata returned by the service. The node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the external DNS filtering service.
  • The node communicates with the DNSFilter API at https://api.dnsfilter.com.
  • Proper configuration of the API authentication token in n8n credentials is necessary.

Troubleshooting

  • Invalid Network ID: If the provided network ID does not exist or is incorrect, the API may return an error indicating that the resource was not found. Verify the network ID before running the node.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up and has sufficient permissions.
  • API Rate Limits: Frequent revocation requests might hit rate limits imposed by the external service. Check the service documentation for limits and adjust usage accordingly.
  • Network Connectivity Issues: Failures to reach the API endpoint could be due to network problems. Confirm internet connectivity and firewall settings.

Links and References

Discussion