IT Glue

Interact with the IT Glue API

Overview

This node integrates with the IT Glue API to perform various operations on different resources such as organizations, passwords, configurations, contacts, and flexible assets. Specifically, for the 'Configuration' resource with the 'Create' operation, it allows users to create new configuration records in IT Glue by specifying parameters such as ID, flexible asset type, traits (fields), and additional query parameters. This node is useful for automating the management of IT documentation and assets within IT Glue, enabling seamless creation and updating of configuration data.

Use Case Examples

  1. Creating a new configuration record in IT Glue by specifying the flexible asset type and associated traits.
  2. Automating the addition of configuration data to IT Glue as part of an IT asset management workflow.

Properties

Name Meaning
parameters Collection of parameters for the create operation, including ID, flexible asset type, traits, query parameters, return all flag, and page size.

Output

JSON

  • json - The JSON response from the IT Glue API representing the created configuration record or an array of records.

Dependencies

  • IT Glue API
  • an API key credential for authentication

Troubleshooting

  • Common issues include API request failures due to invalid parameters or authentication errors. Ensure the API key credential is correctly configured.
  • Error messages from the IT Glue API are propagated and can be seen in the node output if 'Continue On Fail' is enabled.
  • If the node fails without 'Continue On Fail', check the parameters for correctness, especially the flexible asset type and traits fields.

Links

Discussion