AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node integrates with the AvantGuard CIPP API to retrieve information about a trusted IP address that has been added via an "Exec Add Trusted Ip" operation within a List resource. It is useful for scenarios where you need to verify or fetch details about specific trusted IPs configured in your AvantGuard environment, such as for security audits, compliance checks, or network management.

For example, you might use this node to:

  • Confirm whether a particular IP address is currently trusted.
  • Retrieve metadata related to a trusted IP filtered by state and tenant.
  • Automate monitoring or reporting of trusted IP configurations.

Properties

Name Meaning
Ip The IP address to retrieve information about.
State The state filter to apply when retrieving the trusted IP information.
Tenantfilter The tenant filter to specify which tenant's trusted IP data to retrieve.

All three properties are required and are sent as query parameters in the API request.

Output

The node outputs JSON data representing the details of the trusted IP retrieved from the AvantGuard CIPP API. This typically includes information about the IP address, its associated state, tenant details, and any other metadata provided by the API response.

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 dynamically from the credentials (resourceApiUrl).
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid API credentials: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Incorrect property values: Verify that the Ip, State, and Tenantfilter inputs are correctly set and valid according to your AvantGuard environment.
  • Network or connectivity issues: Check that the resourceApiUrl is reachable from your n8n instance.
  • API errors: If the API returns errors (e.g., 4xx or 5xx status codes), review the error message for clues. Common issues include unauthorized access, invalid query parameters, or resource not found.

Links and References

Discussion