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, specifically allowing users to delete monitor records within the system. It supports operations on various GLPI categories such as Assets, Assistance, Administration, Management, and Dropdowns. The node is useful for automating the deletion of monitor records by specifying the category and record ID, with options to customize request headers like language and entity context.
Use Case Examples
- Deleting a monitor record by specifying its ID and category 'Assets' to automate asset management workflows.
- Removing outdated or incorrect monitor entries from the ITSM system to maintain accurate asset tracking.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, such as Assets, Assistance, Administration, Management, or Dropdowns. |
| ID | The ID of the record to delete, required for delete operations. |
| Options | Additional request options such as Accept-Language for localized content, GLPI-Entity to specify the entity ID for the request, and GLPI-Entity-Recursive to apply the entity recursively. |
Output
JSON
json- The JSON response from the GLPI API after deleting the specified monitor record, or an error message if the operation fails.
Dependencies
- Requires an OAuth2 API credential for GLPI with client ID, client secret, username, and password to authenticate requests.
Troubleshooting
- Common issues include invalid or missing record ID, incorrect category selection, or authentication failures due to invalid OAuth2 credentials.
- Error messages may indicate 'Operation not found' if the specified operation or resource is incorrect, or 'OAuth2 token request failed' if authentication fails. Ensure correct credentials and parameters are provided.