Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
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
- AvantGuard API Documentation (hypothetical link)
- n8n Documentation on Credentials
- OpenAPI Specification