AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

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

  1. Fetch all asset layouts with the name 'Server Rack'.
  2. Retrieve asset layouts updated between two specific dates.
  3. 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

Discussion