AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve archived execution enablement data for a specified list. Specifically, the "Retrieve Exec Enable Archive" operation fetches archived records based on an identifier and tenant filter. This is useful in scenarios where users need to audit or review historical execution enablement states within their system.

Practical examples include:

  • Auditing past execution permissions for compliance.
  • Reviewing historical enablement states for troubleshooting.
  • Extracting archived data for reporting purposes.

Properties

Name Meaning
Id The unique identifier of the list item whose execution enable archive you want to retrieve.
Tenantfilter A string used to filter the results by tenant, ensuring the query is scoped appropriately.

Output

The node outputs JSON data representing the retrieved execution enable archive information corresponding to the provided Id and Tenantfilter. The structure reflects the API response, typically including details about the archived execution enablement state.

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.
  • The node depends on the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node.

Troubleshooting

  • Missing or invalid API credentials: Ensure that the API key credential is correctly set up and has appropriate permissions.
  • Invalid or missing Id or Tenantfilter: Both properties are required; missing or incorrect values will cause the API call to fail.
  • Network or connectivity issues: Verify network access to the configured API endpoint.
  • Unexpected API responses: Check if the API endpoint or schema has changed; update the node accordingly.

Links and References

Discussion