Kennis Flux icon

Kennis Flux

Interact with IT Service Management and Asset Tracking Systems

Overview

This node interacts with the Kennis Flux IT Service Management and Asset Tracking system, specifically allowing operations on software licenses such as deleting a license record. It is useful for automating IT asset management tasks, including removing outdated or invalid software license entries from the system. For example, an IT administrator can use this node to delete a software license by specifying its ID and category, streamlining license management workflows.

Use Case Examples

  1. Deleting a software license by providing its ID and category to keep the asset database up to date.
  2. Automating cleanup of software licenses that are no longer valid or needed.

Properties

Name Meaning
Category The GLPI category to work with, such as IT Assets, Helpdesk, Administration, Management, or Dropdowns.
ID The ID of the software license record to delete.
Options Additional request options such as language for localized content, entity ID, and whether to apply entity recursively.

Output

JSON

  • json - The JSON response from the GLPI API after attempting to delete the software license record, which may include success confirmation or error details.

Dependencies

  • Requires an OAuth2 API credential for authentication with the GLPI system, including client ID, client secret, username, and password.

Troubleshooting

  • Common issues include invalid or missing ID parameter, resulting in errors from the GLPI API.
  • OAuth2 token request failures due to incorrect credentials or network issues.
  • Invalid JSON in additional fields if used in other operations, though not applicable for delete operation.
  • To resolve errors, ensure the ID is correct, credentials are valid, and network connectivity to the GLPI API is stable.

Links

  • GLPI Project - Official site for GLPI ITSM and asset management software.

Discussion