Kennis Flux icon

Kennis Flux

Interact with IT Service Management and Asset Tracking Systems

Overview

This node interacts with the GLPI IT Service Management and Asset Tracking system, specifically to create a new Peripheral resource. It allows users to specify the category of the peripheral, provide fields such as name and comment, and include additional JSON fields. The node handles authentication via OAuth2 and sends a POST request to create the peripheral in the GLPI system. This is useful for automating asset management tasks, such as adding new IT peripherals like computers or printers to the inventory.

Use Case Examples

  1. Creating a new IT asset peripheral with a specified name and comment in the GLPI system.
  2. Automating the addition of helpdesk peripherals by specifying the category and additional JSON fields for detailed configuration.

Properties

Name Meaning
Category The GLPI category to work with, such as Assets, Assistance, Administration, Management, or Dropdowns.
Fields The fields to include in the request, including name, comment, and additional JSON fields for the peripheral.
Options Additional request options such as language, entity ID, and recursive entity application.

Output

JSON

  • json - The JSON response from the GLPI API representing the created peripheral resource.

Dependencies

  • GLPI OAuth2 API credentials including URL, client ID, client secret, username, and password for authentication.

Troubleshooting

  • Invalid JSON in Additional Fields: Ensure the JSON string in the Additional Fields property is correctly formatted.
  • OAuth2 token request failed: Check the OAuth2 credentials (client ID, client secret, username, password) and GLPI URL for correctness and accessibility.
  • Operation not found error: Verify that the specified category, resource, and operation are valid and supported by the node.

Links

Discussion