AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node is designed to retrieve statistics related to shared mailboxes from a list resource. It is useful in scenarios where an organization needs to monitor or analyze usage and performance metrics of shared mailboxes across different tenants or groups. For example, an IT administrator might use this node to gather data on mailbox activity for reporting or auditing purposes.

Properties

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

Output

The node outputs JSON data containing the shared mailbox statistics filtered by the specified tenant. The exact structure depends on the API response but generally includes statistical information about shared mailboxes such as usage metrics, counts, or other relevant data points.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external AvantGuard CIPP service.
  • The node uses a base URL configured via credentials to connect to the API endpoint.
  • The node depends on the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled within the node for request building.

Troubleshooting

  • Missing or invalid Tenantfilter: Since the tenant filter is required, omitting it or providing an invalid value will likely cause the API call to fail or return no data.
  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • API connectivity issues: Verify network access to the configured API base URL.
  • Unexpected API responses: If the API changes or returns unexpected data, the node may not parse the output correctly.

Links and References

Discussion