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 operation retrieves Asset Layouts from the AvantGuard Hudu API. It allows users to fetch asset layout data with optional filtering and pagination. This is useful for scenarios where you need to list or search asset layouts based on specific criteria such as name, URL slug, or update timestamps. For example, you might use this node to get all asset layouts updated within a certain date range or to paginate through asset layouts in a large dataset.
Use Case Examples
- Fetch all asset layouts with the name 'Server Rack'.
- Retrieve asset layouts updated between two specific dates.
- Get the second page of asset layouts filtered by a specific URL slug.
Properties
| Name | Meaning |
|---|---|
| Additional Query Parameters | Optional query parameters to filter and paginate the asset layouts results. |
Output
JSON
id- Unique identifier of the asset layout.name- Name of the asset layout.slug- URL slug of the asset layout.updated_at- Timestamp when the asset layout was last updated.otherProperties- Additional properties returned by the API for each asset layout.
Dependencies
- Requires an API key credential for AvantGuard Hudu API authentication.
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions.
- Verify that the query parameters are formatted correctly, especially the 'updated_at' date range in ISO 8601 format.
- Check network connectivity and API endpoint URL in the node configuration.
- If pagination is used, ensure the 'page' parameter is a non-negative integer.
Links
- AvantGuard Hudu API Documentation - Asset Layouts - Official API documentation for asset layouts endpoint, detailing available query parameters and response structure.