Actions40
- Computer Actions
- Monitor Actions
- Printer Actions
- Network Equipment Actions
- Phone Actions
- Software Actions
- Peripheral Actions
- Software License Actions
Overview
This node interacts with the Kennis Flux IT Service Management and Asset Tracking system via its API. Specifically, the 'Software Delete' operation allows users to delete a software record by specifying its category and ID. This is useful for automating the management of IT assets, software inventory, and related administrative tasks within an organization. For example, it can be used to automatically remove outdated or decommissioned software entries from the system.
Use Case Examples
- Deleting a software record in the 'Assistance' category by providing its ID.
- Automating cleanup of software assets in the 'Assets' category by deleting records no longer in use.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, such as IT Assets, Helpdesk, Administration, etc. |
| ID | The ID of the software record to delete, required for the delete operation. |
| 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 API after attempting to delete the software record. Contains success confirmation or error details.
Dependencies
- Requires OAuth2 API credentials for authentication with the Kennis Flux GLPI API, including URL, 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 (not applicable for delete).
- API errors returned from the GLPI system, which are passed through in the JSON response.
Links
- GLPI Project - Official site for GLPI, the ITSM and asset management system this node interacts with.