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, the 'Get All' operation for the Flexible Asset resource retrieves multiple flexible asset records from IT Glue, optionally filtered by parameters such as ID, Flexible Asset Type, traits, and query parameters. It supports pagination with options to return all records or limit the page size. This node is useful for automating data retrieval from IT Glue for asset management, reporting, or integration with other systems.
Use Case Examples
- Retrieve all flexible assets of a specific type for inventory management.
- Fetch flexible assets with specific traits for detailed reporting.
- Use query parameters to filter flexible assets based on custom criteria.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters to filter and control the retrieval of flexible assets. |
Output
JSON
json- The retrieved flexible asset records or error information if the request fails.
Dependencies
- IT Glue API
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or unsupported parameter values may cause the API request to fail or return no results.
- Network connectivity issues can prevent successful API communication.
- Error messages from the API are propagated and can be seen in the node output when 'Continue On Fail' is enabled.
Links
- IT Glue API Documentation - Official documentation for IT Glue API endpoints and usage.