AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node integrates with the AvantGuard CIPP API to retrieve and edit "Exconnector" entries within a specified list resource. It is designed to query specific Exconnector data by providing identifying parameters such as GUID, state, tenant filter, and type. This node is useful in scenarios where users need to programmatically access or update configuration connectors related to AvantGuard's systems, for example, automating management of connector states or filtering connectors by tenant.

Properties

Name Meaning
Guid The unique identifier (GUID) of the Exconnector to retrieve or edit.
State The state parameter used to filter or specify the status of the Exconnector.
Tenantfilter A string used to filter the Exconnector based on tenant criteria.
Type The type of the Exconnector to retrieve or edit.

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

Output

The node outputs JSON data representing the retrieved or edited Exconnector information from the AvantGuard CIPP API. The exact structure depends on the API response but typically includes details about the Exconnector identified by the provided parameters.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for AvantGuard CIPP API authentication.
  • Depends on the base URL configured in the credentials (resourceApiUrl).
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building and validation.

Troubleshooting

  • Missing or invalid credentials: Ensure that the API key credential is correctly set up and has access to the AvantGuard CIPP API.
  • Invalid GUID or parameters: Providing incorrect or malformed GUID, state, tenant filter, or type values may result in errors or empty responses.
  • Network issues: Verify connectivity to the API endpoint specified in the credentials.
  • API errors: If the API returns errors, check the error message for details; it might indicate permission issues, rate limits, or invalid requests.

Links and References

Discussion