IT Glue

Interact with the IT Glue API

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 Get operation, it retrieves one or more flexible asset records based on provided parameters such as record ID, flexible asset type, traits, query parameters, and pagination options. This node is useful for IT professionals who want to automate the retrieval of asset information from IT Glue for inventory management, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve a specific Flexible Asset by its record ID.
  2. Fetch all Flexible Assets of a certain type with specific traits.
  3. Query Flexible Assets with additional filters and pagination to manage large datasets.

Properties

Name Meaning
Parameters Collection of parameters to specify which Flexible Asset(s) to retrieve, including ID, Flexible Asset Type, Traits, Query, Return All flag, and Page Size.

Output

JSON

  • json - The retrieved Flexible Asset record(s) as JSON objects.

Dependencies

  • IT Glue API
  • an API key credential for authentication

Troubleshooting

  • Common issues include invalid or missing record ID, incorrect Flexible Asset Type selection, or malformed query parameters.
  • Errors may occur if API credentials are invalid or expired, or if the API rate limit is exceeded.
  • To resolve errors, verify the correctness of input parameters, ensure valid API credentials, and check API usage limits.

Links

  • IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available endpoints and parameters.

Discussion