AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to perform operations related to lists. Specifically, the "Retrieve Exec Restore Deleted" operation under the "List" resource allows users to retrieve information about a deleted execution restore by specifying its unique identifier and a tenant filter. This can be useful in scenarios where you need to audit or recover details about deleted executions within a multi-tenant environment.

Practical examples include:

  • Fetching metadata of a deleted execution restore for compliance auditing.
  • Verifying the status or details of a deleted restore before attempting recovery.
  • Integrating with workflows that monitor deleted executions and trigger alerts or further actions.

Properties

Name Meaning
Id The unique identifier of the deleted execution restore to retrieve.
Tenantfilter A string used to filter or specify the tenant context for the retrieval operation.

Output

The node outputs JSON data representing the retrieved deleted execution restore details. This typically includes metadata and relevant information about the deleted restore entity as returned by the AvantGuard CIPP API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • Needs the base URL of the AvantGuard CIPP API configured in the credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package and the bundled OpenAPI specification (openapi.json) for request construction.

Troubleshooting

  • Common issues:

    • Invalid or missing Id or Tenantfilter values will likely cause the API call to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems to the configured API base URL may cause timeouts or connection failures.
  • Error messages:

    • Authentication errors usually indicate invalid API keys; verify and update credentials.
    • "Not Found" errors suggest the specified Id does not exist or has already been permanently removed.
    • Validation errors may occur if required parameters are missing or malformed; ensure all required properties are correctly set.

Links and References

Discussion