IT Glue

Interact with the IT Glue API

Overview

This node integrates with the IT Glue API to perform various operations on IT Glue resources. Specifically, for the Configuration resource with the Search operation, it allows users to search configurations based on parameters such as ID, flexible asset type, traits, and custom query parameters. It supports pagination and can return all results or a limited page size. This node is useful for IT administrators and professionals who want to automate retrieval and management of configuration data from IT Glue within their workflows.

Use Case Examples

  1. Search configurations by ID to retrieve specific records.
  2. Query configurations with custom parameters to filter results.
  3. Use pagination to handle large sets of configuration data efficiently.

Properties

Name Meaning
Parameters Collection of parameters to customize the search query, including ID, flexible asset type, traits, query, return all flag, and page size.

Output

JSON

  • json - The search results returned from the IT Glue API, either as a single object or an array of objects representing configurations.

Dependencies

  • IT Glue API
  • API key credential for authentication

Troubleshooting

  • Common issues include invalid API credentials, incorrect parameter formats, or exceeding API rate limits.
  • Error messages from the IT Glue API will be propagated; ensure parameters are valid and API credentials are correct.
  • If the node fails, enabling 'Continue On Fail' allows the workflow to proceed with error details in the output.

Links

Discussion