AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

This node operation archives an Asset Password by its unique identifier. It is useful in scenarios where you need to mark a specific password record as archived, effectively deactivating or hiding it from active use without deleting it permanently. For example, in asset management workflows, when a password is no longer valid or needed, this operation helps maintain data integrity by archiving rather than deleting.

Properties

Name Meaning
Id The unique numeric identifier of the Asset Password to archive. This is required to specify which password record should be archived.

Output

The output will typically contain a JSON object representing the result of the archive operation on the specified Asset Password. This may include confirmation of success, status information, or details about the archived password. No binary data output is expected.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard WebhookSite service.
  • The node depends on the external AvantGuard API endpoint configured via credentials, specifically the base URL and authentication token.
  • The node uses the @avantguardllc/n8n-openapi-node package to build request properties based on the OpenAPI specification.

Troubleshooting

  • Invalid Id: If the provided Id does not correspond to any existing Asset Password, the API may return an error indicating that the resource was not found. Verify the Id before running the operation.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up in n8n.
  • Network Issues: Connectivity problems to the AvantGuard API endpoint can cause timeouts or connection errors. Check network access and endpoint availability.
  • Permission Denied: Insufficient permissions associated with the API key might prevent archiving. Confirm that the API key has the necessary rights.

Links and References

Discussion