AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to cancel a Managed Service Provider (MSP) associated with a distributor. It is useful in scenarios where an MSP relationship needs to be terminated or revoked programmatically within a workflow. For example, if a distributor no longer wants to maintain an MSP partnership or needs to update their MSP list by removing certain MSPs, this operation facilitates that action.

Properties

Name Meaning
Body JSON object containing additional parameters or data required for the cancellation request. This is sent as query parameters.
Id The unique identifier (ID) of the MSP to be cancelled.

Output

The output will contain a JSON object representing the response from the cancellation API call. This typically includes confirmation of the cancellation or details about the MSP after cancellation. The exact structure depends on the external API's response but generally confirms success or failure of the operation.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard DNSFilter service.
  • The node uses the base URL https://api.dnsfilter.com for making requests.
  • The node expects JSON content type and accepts JSON responses.
  • Proper configuration of the API key credential in n8n is necessary for successful execution.

Troubleshooting

  • Missing or invalid MSP ID: Ensure the "Id" property is provided and corresponds to a valid MSP.
  • Invalid JSON in Body: The "Body" property must be valid JSON; otherwise, the request may fail.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • API endpoint issues: Network problems or changes in the external API could cause failures; check connectivity and API status.
  • Unexpected API responses: If the API returns errors, review the response message for clues and adjust input parameters accordingly.

Links and References

Discussion