AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows you to remove an allowed application from a specific policy by its ID. It is useful in scenarios where you manage security or access policies and need to revoke permissions for certain applications dynamically. For example, if an application was mistakenly granted access or is no longer trusted, this operation helps automate the removal process within your policy management workflow.

Properties

Name Meaning
Id The unique identifier of the policy from which the allowed application will be removed.
Name The name of the application to be removed from the allowed list in the specified policy.
Additional Body Fields Optional additional fields to include in the request body. Currently supports:
- Include Relationships: Boolean flag to specify whether relationships should be included in the response (default true).

Output

The output JSON contains the response from the API after attempting to remove the allowed application from the policy. This typically includes confirmation of the removal and may include updated policy details depending on the include_relationships flag. The node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard DNSFilter service.
  • The base URL for API requests is https://api.dnsfilter.com.
  • The node expects JSON content type and accepts JSON responses.

Troubleshooting

  • Missing or invalid Policy ID: Ensure that the Id property is set correctly as a number representing an existing policy.
  • Application name not found: Verify that the Name matches exactly the application intended to be removed.
  • API authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues: Check internet connection and API endpoint availability.
  • Unexpected response format: If the response does not include expected fields, verify the include_relationships option and API version compatibility.

Links and References

Discussion