AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation retrieves details of a specific Scheduled Report by its unique identifier. It is useful in scenarios where users need to fetch and display the configuration or status of a previously created scheduled report, for example, to review report settings or verify scheduling information.

Properties

Name Meaning
Id The unique identifier (ID) of the Scheduled Report to retrieve. This is a required numeric value.

Output

The output will contain a JSON object representing the detailed information of the requested Scheduled Report. This typically includes all properties related to the report such as its schedule, filters, recipients, and other metadata defined by the API. No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The node uses a base URL pointing to the DNSFilter API endpoint.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Invalid ID error: If the provided Scheduled Report ID does not exist or is incorrect, the node may return an error indicating that the resource was not found. Verify the ID before running the node.
  • Authentication errors: Ensure that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Connectivity problems to the external API endpoint can cause timeouts or failures; check network access and proxy settings if applicable.

Links and References

  • Refer to the official DNSFilter API documentation for detailed information on Scheduled Reports endpoints and their schema.
  • n8n documentation on how to configure API credentials and use HTTP request nodes for custom integrations.

Discussion