AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve detailed information about a specific tenant list. It is designed to fetch tenant details based on a filter string provided by the user. This functionality is useful in scenarios where you need to programmatically access tenant-specific data from the AvantGuard system, such as for reporting, auditing, or integration with other systems.

For example, if you manage multiple tenants and want to automate the retrieval of their details for monitoring or synchronization purposes, this node can be configured to query the API with the appropriate tenant filter and return the relevant data.

Properties

Name Meaning
Tenantfilter A required string used as a filter to specify which tenant's details to retrieve. This value is sent as a query parameter named tenantfilter in the API request.

Output

The node outputs JSON data containing the tenant details retrieved from the AvantGuard CIPP API. The exact structure depends on the API response but typically includes fields describing the tenant's attributes and related information.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is dynamically set from the node credentials (resourceApiUrl).
  • The node uses the @avantguardllc/n8n-openapi-node package to build properties and handle requests.
  • The API expects JSON content type and returns JSON responses.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing an empty or incorrect Tenantfilter value may result in no data returned or errors from the API.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or missing API keys; verify credentials configuration.
    • API errors related to the tenantfilter parameter suggest checking the filter string format and validity.
    • Timeout or connection errors require checking network access and API endpoint availability.

Links and References

Discussion