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 users to delete printer records. It is useful in scenarios where IT administrators need to manage and maintain their asset inventory by removing outdated or decommissioned printers. For example, an IT team can automate the deletion of printer entries when they are no longer in use or replaced.

Use Case Examples

  1. Deleting a printer record by specifying its ID and category.
  2. Automating asset cleanup by removing multiple printer records based on certain criteria.

Properties

Name Meaning
Category The GLPI category to work with, such as IT Assets, Helpdesk, Administration, etc.
ID The ID of the printer record to delete, required for the delete operation.
Options Additional request options such as language for localized content, entity ID for the request, and whether to apply entity recursively.

Output

JSON

  • json - The JSON response from the GLPI API after attempting to delete the printer 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 operation failure.
  • 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.
  • API errors returned from GLPI such as permission denied or record not found.

Links

  • GLPI Project - Official website for GLPI ITSM and asset management system.

Discussion