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 updates an existing Asset Password by its ID. It is useful when you need to modify the details of a specific password record associated with an asset in your system. For example, you might want to update the password value or other related fields for security maintenance or correction purposes.
Properties
Name | Meaning |
---|---|
Id | The unique numeric identifier of the Asset Password to update. |
Additional Body Fields | Optional additional fields to include in the update request body. |
Asset Password | A JSON object representing the new password data or related information to update. |
Output
The node outputs JSON data representing the updated Asset Password resource after the successful update operation. This typically includes the updated fields and metadata confirming the changes.
No binary data output is indicated.
Dependencies
- Requires an API key credential or similar authentication token configured in n8n to authorize requests.
- Depends on the external AvantGuard API service endpoint (base URL provided via credentials).
- Uses JSON content type for request and response payloads.
Troubleshooting
Common issues:
- Providing an invalid or non-existent
Id
will likely result in an error indicating the resource was not found. - Malformed JSON in the "Asset Password" field can cause parsing errors.
- Missing required authentication credentials will prevent the request from succeeding.
- Providing an invalid or non-existent
Error messages:
- 404 Not Found: The specified Asset Password ID does not exist. Verify the ID.
- 400 Bad Request: Invalid input data format, especially in the JSON field. Ensure valid JSON syntax.
- 401 Unauthorized: Authentication failed due to missing or invalid API credentials. Check credential setup.
Links and References
- Refer to the AvantGuard API documentation for detailed schema and supported fields for Asset Password updates.
- n8n documentation on configuring API credentials and using HTTP request nodes may be helpful.