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 Delete operation, it deletes a Flexible Asset record identified by its ID. This is useful for automating asset management tasks such as removing outdated or incorrect asset records from IT Glue.

Use Case Examples

  1. Deleting a Flexible Asset by specifying its record ID to keep the asset database clean and up-to-date.
  2. Automating asset lifecycle management by removing assets that are no longer in use.

Properties

Name Meaning
ID The unique identifier of the Flexible Asset record to delete.

Output

JSON

  • json - The response from the IT Glue API after attempting to delete the Flexible Asset, typically confirmation of deletion or error details.

Dependencies

  • Requires an API key credential for IT Glue API authentication.

Troubleshooting

  • If the node throws an error about missing or invalid ID, ensure the ID parameter is correctly provided and corresponds to an existing Flexible Asset record.
  • API authentication errors indicate issues with the provided IT Glue API credentials; verify the API key is valid and has necessary permissions.
  • If the deletion fails due to permissions, check the user role and API key permissions in IT Glue to ensure deletion rights are granted.

Links

  • IT Glue API Documentation - Official documentation for IT Glue API endpoints and usage, including Flexible Asset operations.

Discussion