Actions109
- 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
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
This node allows you to unarchive a specific Asset Password in the Hudu system by its ID. It is useful in scenarios where previously archived (soft-deleted or hidden) password records need to be restored for active use, such as when a password becomes relevant again or was archived by mistake.
Example Use Cases:
- Restoring access credentials that were archived but are needed again.
- Automating the process of reactivating passwords as part of a workflow.
- Bulk unarchiving of passwords based on certain criteria.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | The unique identifier of the requested Password to unarchive. This is required. |
Output
The output will be a JSON object representing the unarchived Asset Password. The structure typically includes fields such as the password's ID, status, and other metadata as returned by the Hudu API after the unarchive operation.
Dependencies
- External Service: Requires access to the Hudu API.
- API Key/Credentials: Needs valid
avantguardHuduApicredentials configured in n8n, including the base URL (baseUrl) for your Hudu instance. - n8n Configuration: Ensure the credentials are set up in n8n under the name
avantguardHuduApi.
Troubleshooting
- Invalid or Missing ID: If the provided Id does not exist or is missing, the node may return an error indicating that the password could not be found or unarchived.
- Authentication Errors: If the API credentials are incorrect or missing, you may receive authentication or authorization errors from the Hudu API.
- Network Issues: Connectivity problems with the Hudu API endpoint can result in timeout or network-related errors.
- Permission Denied: If the authenticated user does not have permission to unarchive passwords, the operation will fail.