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 License - Get' operation retrieves detailed information about a software license record by its ID. It supports specifying the GLPI category, record ID, and additional request options such as language and entity context. This node is useful for IT administrators and service desk personnel who need to fetch software license details programmatically within automated workflows.
Use Case Examples
- Retrieve a software license record by its ID to display license details in a dashboard.
- Fetch software license information filtered by entity or language for reporting purposes.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, e.g., IT Assets, Helpdesk, Administration, etc. |
| ID | The ID of the software license record to retrieve, required for get operation. |
| Options | Additional request options such as Accept-Language for localized content, GLPI-Entity to specify the entity context, and GLPI-Entity-Recursive to apply entity recursively. |
Output
JSON
json- The JSON response containing the software license record details retrieved from the GLPI API.
Dependencies
- Requires an OAuth2 API credential for authentication with the GLPI system, including client ID, client secret, username, and password.
Troubleshooting
- Common errors 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 with POST/PATCH/PUT methods.
Links
- GLPI Official Documentation - Reference for GLPI API and categories.