AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve a list of exchange connectors filtered by a tenant identifier. It is useful in scenarios where you need to programmatically access and manage exchange connector configurations associated with specific tenants within an organization. For example, it can be used to automate monitoring or auditing of exchange connectors for compliance or operational purposes.

Properties

Name Meaning
Tenantfilter A required string used as a query parameter to filter the list of exchange connectors by tenant.

Output

The node outputs JSON data representing the list of exchange connectors that match the specified tenant filter. The structure of the output corresponds to the API response from the AvantGuard CIPP service, typically including details about each exchange connector such as identifiers, configuration settings, and status information.

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.
  • Depends on the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid tenant filter: Since the tenant filter is required, omitting it or providing an incorrect value will likely result in an error or empty results. Ensure the tenant filter string is correct.
  • Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify that the API key is correctly configured in n8n credentials.
  • API connectivity issues: Network problems or incorrect base URL configuration can cause request failures. Confirm the API endpoint URL and network accessibility.
  • Unexpected API responses: If the API changes or returns unexpected data, the node might not parse the response correctly. Check for updates to the API or the node implementation.

Links and References

Discussion