IT Glue

Interact with the IT Glue API

Overview

This node interacts with the IT Glue API to perform various operations on different resources, including Passwords. Specifically, for the Password resource with the Search operation, it allows users to search for password records based on provided parameters such as ID, query filters, and pagination options. This node is useful for automating the retrieval of password data from IT Glue, enabling integration with other workflows or systems that require secure access to password information.

Use Case Examples

  1. Search for a password record by its ID to retrieve detailed information.
  2. Perform a query-based search to filter password records matching specific criteria.
  3. Retrieve all password records with pagination control to manage large datasets.

Properties

Name Meaning
Parameters Collection of parameters to filter and control the search operation for Password records.

Output

JSON

  • json - The JSON output contains the password records or search results returned from the IT Glue API.

Dependencies

  • IT Glue API key credential required for authentication.

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect or malformed query parameters may cause the API to return errors or empty results.
  • Pagination parameters must be within allowed ranges; otherwise, the API may reject the request.

Links

Discussion