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 allows moving an existing asset within a specified company to a new asset layout. It is useful in scenarios where assets need to be reorganized or reassigned to different layouts for better management or visualization. For example, if you manage digital assets or equipment records linked to companies, and you want to update the layout grouping of a particular asset, this operation facilitates that change by specifying the target layout ID.
Properties
Name | Meaning |
---|---|
Company Id | The unique identifier of the parent company to which the asset belongs. |
Id | The unique identifier of the asset that you want to move. |
Asset Layout Id | The identifier of the new asset layout where the asset will be moved. |
Output
The output JSON contains the response from the API after attempting to move the asset to the new layout. This typically includes confirmation details such as the updated asset information or status of the move operation. There is no binary data output for this operation.
Dependencies
- Requires an API key credential for authentication with the AvantGuard service.
- The node uses the base URL configured in the credentials to send HTTP requests.
- Depends on the
@avantguardllc/n8n-openapi-node
package for building request properties and handling OpenAPI specifications.
Troubleshooting
- Invalid Company Id or Asset Id: If the provided IDs do not exist or are incorrect, the API may return errors indicating that the resource was not found. Verify the IDs before running the node.
- Insufficient Permissions: Ensure the API key used has permissions to modify assets and layouts within the specified company.
- Invalid Asset Layout Id: Providing a non-existent or unauthorized layout ID will cause the move operation to fail. Confirm the layout ID is valid and accessible.
- Network or Authentication Errors: Check network connectivity and validity of the API key credential if requests fail due to authorization or connection issues.
Links and References
- AvantGuard API Documentation (hypothetical link for reference)
- n8n documentation on Using API Credentials