Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform operations on various resources, including Flexible Assets. Specifically, for the Flexible Asset resource with the Search operation, it allows users to search for flexible assets based on parameters such as ID, Flexible Asset Type, Traits, and additional query parameters. It supports pagination with options to return all results or limit the page size. This node is useful for automating the retrieval of flexible asset data from IT Glue, enabling integration with other workflows or systems.
Use Case Examples
- Search for flexible assets of a specific type with certain traits to generate reports or trigger alerts.
- Retrieve all flexible assets matching a query to synchronize with an external database.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters to filter and control the search query for flexible assets. |
Output
JSON
json- The search results returned from the IT Glue API, either as a single object or an array of flexible asset records.
Dependencies
- IT Glue API
- API key credential for authentication
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or malformed query parameters may cause the API to return errors or empty results.
- Pagination parameters must be within allowed ranges; otherwise, the API may reject the request.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, including endpoints and query parameters.