AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation checks the status of a bulk create job for networks. It is useful when you have submitted multiple network creation requests in bulk and want to monitor or retrieve the current processing status of that batch job. For example, after initiating a bulk import of network configurations, you can use this operation to poll and confirm whether the job has completed successfully or if it encountered errors.

Properties

Name Meaning
Id The unique identifier of the bulk create job whose status you want to check. This ID is required to query the job status.

Output

The output JSON will contain information about the status of the specified bulk create job. This typically includes fields such as the job's current state (e.g., pending, processing, completed, failed), progress details, any error messages if applicable, and possibly metadata about the created networks. The exact structure depends on the API response but generally provides comprehensive insight into the bulk operation's outcome.

No binary data output is expected from this operation.

Dependencies

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

Troubleshooting

  • Invalid or missing Id: If the provided bulk create job ID is incorrect or not found, the node may return an error indicating the job does not exist. Verify the ID before querying.
  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions to access bulk job statuses.
  • Network issues: Connectivity problems to the external API endpoint can cause timeouts or failures; verify network access.
  • Job still processing: The status might indicate the job is still in progress; consider implementing retries or delays between status checks.

Links and References

  • Refer to the external service’s API documentation for detailed information on bulk create job status responses and possible states.
  • n8n documentation on how to configure API credentials and handle polling operations.

Discussion