Actions100
- Activity Log Actions
- Article Actions
- Asset Actions
- Asset Layout Actions
- Asset Layout Field Actions
- Asset Password Actions
- Card Actions
- Company Actions
- Expiration Actions
- Folder Actions
- IP Address Actions
- List Actions
- Magic Dash Actions
- Matcher Actions
- Network Actions
- Password Folder Actions
- Procedure Actions
- Procedure Task Actions
- Public Photo Actions
- Rack Storage Actions
- Rack Storage Item Actions
Overview
This node interacts with the Hudu REST API to manage rack storage resources within an IT asset management or documentation system. Specifically, the "Create" operation for the "Rack Storage" resource allows users to add new rack storage entries by specifying key details such as the name and location of the rack storage.
Common scenarios where this node is beneficial include:
- Automating the addition of new rack storage units when setting up data centers or server rooms.
- Integrating rack storage creation into broader workflows that manage physical infrastructure assets.
- Keeping asset documentation synchronized with physical changes in infrastructure.
For example, a user could automate the creation of rack storage entries whenever a new location is added, ensuring consistent and up-to-date inventory records.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the rack storage (required). |
| Location ID | The numeric ID of the location where the rack storage is physically located (required). |
| Additional Fields | Optional additional properties to specify more details about the rack storage: |
| - Company Name or ID | The company associated with the rack storage; can be selected from a list or specified by ID. |
| - Description | A textual description of the rack storage. |
| - Height | The height dimension of the rack storage (number). |
| - Max Wattage | The maximum wattage capacity the rack storage can handle (number). |
| - Starting Unit | The starting unit number of the rack storage (number). |
| - Width | The width dimension of the rack storage (number). |
Output
The node outputs JSON data representing the newly created rack storage object as returned by the Hudu API. Each output item corresponds to one input item processed and includes all relevant fields of the created rack storage record.
If any errors occur during execution, and if the node is configured to continue on failure, the output will include error messages corresponding to the failed items.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Hudu REST API.
- The base URL for the Hudu API must be configured in the node credentials.
- The node relies on the Hudu API's availability and correct configuration of permissions to create rack storage entries.
Troubleshooting
Common Issues:
- Missing required fields ("Name" or "Location ID") will cause the API call to fail.
- Invalid or expired API key credentials will result in authentication errors.
- Specifying a non-existent location ID or company ID may cause the API to reject the request.
Error Messages:
- Authentication errors typically indicate invalid API keys; verify and update credentials.
- Validation errors from the API usually point to missing or incorrect property values; ensure all required fields are correctly set.
- Network or connectivity issues may cause timeouts or failures; check network access to the Hudu API endpoint.
Links and References
- Hudu API Documentation (for detailed API endpoints and data models)
- n8n Expressions Documentation (for using expressions in property values)