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 retrieves a specific Asset Layout by its ID from the AvantGuard Hudu API. It is useful in scenarios where you need to fetch detailed information about a particular asset layout, such as when automating asset management workflows or integrating asset data into other systems.
Practical examples:
- Fetching an asset layout's details for documentation or reporting.
- Using the asset layout information as input for further automation steps in n8n.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the requested Asset Layout. This value uniquely identifies which asset layout to retrieve from the system. |
Output
The node outputs a JSON object containing the details of the requested Asset Layout. The exact structure depends on the API response, but typically includes fields such as the asset layout's name, description, and configuration.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Key/Credentials: Needs valid
avantguardHuduApicredentials configured in n8n, including the base URL (baseUrl) for the Hudu instance.
Troubleshooting
- Invalid Credentials: If the provided API credentials are incorrect or missing, the node will fail to connect to the Hudu API. Ensure that the
avantguardHuduApicredential is set up correctly in n8n. - Asset Layout Not Found: If the specified ID does not correspond to any existing asset layout, the API may return a "not found" error. Double-check the ID value.
- Network Issues: Connectivity problems between n8n and the Hudu API endpoint can cause request failures. Verify network access and the correctness of the base URL.