AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve external tenant information for a specified list. It is useful in scenarios where you need to fetch detailed metadata or configuration data about a tenant from an external system integrated via the AvantGuard CIPP service. For example, it can be used to synchronize tenant details into your workflow or validate tenant existence before processing further actions.

Properties

Name Meaning
Tenant The identifier of the tenant whose external information you want to retrieve. This value is sent as a query parameter named tenant.

Output

The node outputs JSON data containing the external tenant information retrieved from the AvantGuard CIPP API. The exact structure depends on the API response but typically includes tenant metadata and related details. There is no indication that binary data is returned.

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.
  • The node uses HTTP headers to accept and send JSON content (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Missing or invalid tenant parameter: Ensure the "Tenant" property is provided and correctly spelled; otherwise, the API may return errors or empty results.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network or API endpoint issues: Confirm the base URL in credentials is correct and the API service is reachable.
  • Unexpected API responses: Check if the tenant exists in the external system and that the API version matches expectations.

Links and References

  • AvantGuard CIPP API Documentation (hypothetical link, replace with actual if available)
  • n8n HTTP Request Node documentation for understanding request defaults and authentication setup.

Discussion