Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform operations related to Flexible Assets, specifically listing Flexible Asset Types. It is useful for users who want to retrieve and manage different types of flexible assets within their IT Glue environment. For example, it can be used to fetch all available flexible asset types to display or process them further in an automation workflow.
Use Case Examples
- Retrieve a list of all Flexible Asset Types to populate a dropdown menu in a user interface.
- Fetch Flexible Asset Types to analyze or report on asset categorization within an IT Glue account.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters to filter or control the listing of Flexible Asset Types. |
Output
JSON
json- The JSON output contains the list of Flexible Asset Types or a single Flexible Asset Type object returned from the IT Glue API.
Dependencies
- IT Glue API with an API key credential
Troubleshooting
- Common issues include API authentication errors due to invalid or missing credentials. Ensure the API key credential is correctly configured.
- Pagination issues may arise if 'Return All' is false and the page size is too small, potentially missing some results.
- Errors from the IT Glue API such as invalid parameters or network issues will be thrown as node errors; enabling 'Continue On Fail' allows the workflow to handle these gracefully.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available endpoints and parameters.