AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve domain lists filtered by a tenant identifier. It is useful in scenarios where you need to fetch domain-related data scoped to a specific tenant, such as managing or auditing domain configurations per tenant in a multi-tenant environment.

A practical example would be automating the retrieval of domain lists for different tenants in an organization to synchronize or analyze domain settings regularly.

Properties

Name Meaning
Tenantfilter A required string used as a query parameter to filter the list domains by tenant ID.

Output

The node outputs JSON data representing the list of domains retrieved from the API filtered by the specified tenant. The exact structure depends on the API response but typically includes domain details relevant to the tenant.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials and appended with /api.
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid tenantfilter: Since the tenantfilter property is required, omitting it or providing an invalid value will likely cause the API call to fail or return no results.
  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Network or API endpoint issues: Verify the base URL in credentials and network connectivity to the AvantGuard API.
  • Unexpected API responses: Check if the API schema has changed or if the tenantfilter value corresponds to an existing tenant.

Links and References

Discussion