AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve a list of executive alerts filtered by a tenant identifier. It is useful in scenarios where users need to monitor or analyze alert data specific to different tenants within an organization. For example, a security analyst could use this node to fetch all executive alerts related to a particular tenant to review incidents or compliance issues.

Properties

Name Meaning
Tenantfilter A string value used to filter alerts by tenant. This is a required query parameter that specifies which tenant's executive alerts to retrieve.

Output

The node outputs JSON data representing the list of executive alerts returned by the API for the specified tenant filter. The structure of the JSON output corresponds to the API response schema for executive alerts and typically includes details such as alert identifiers, timestamps, severity, descriptions, and other relevant metadata.

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 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 filter: Since the tenant filter is required, omitting it or providing an incorrect value may result in errors or empty responses. Ensure the tenant filter string is valid and correctly formatted.
  • Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify that the API key is correctly set up 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 output correctly. Check the API documentation and update the node or credentials accordingly.

Links and References

Discussion