AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve mailbox statistics for a specified list. Specifically, the "Retrieve List Mailbox Statistics" operation fetches statistical data related to mailboxes filtered by a tenant identifier. This can be useful in scenarios where you need to monitor or analyze mailbox usage or performance metrics across different tenants or organizational units.

Practical examples include:

  • Generating reports on mailbox activity per tenant.
  • Monitoring mailbox statistics for compliance or auditing purposes.
  • Integrating mailbox stats into dashboards or alerting systems.

Properties

Name Meaning
Tenantfilter A string value used to filter mailbox statistics by tenant. This is a required property.

Output

The node outputs JSON data containing the mailbox statistics retrieved from the API for the specified tenant filter. The exact structure depends on the API response but generally includes statistical metrics related to mailboxes within the filtered tenant scope.

If the API supports binary data (not indicated here), it would typically represent attachments or exported reports; however, this node appears focused on JSON data output only.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • Needs the base URL of the resource API configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package and the OpenAPI specification defined in openapi.json bundled with the node.

Troubleshooting

  • Missing or invalid tenant filter: Since the tenant filter is required, omitting it or providing an incorrect value will likely cause the API call to fail or return no data.
  • Authentication errors: Ensure that the API key credential is correctly set up and has sufficient permissions.
  • Network or API endpoint issues: Verify that the base URL is correct and the API service is reachable.
  • Unexpected API responses: If the API changes or returns unexpected data, the node might not parse the output correctly.

Links and References

Discussion