AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

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

Discussion