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 GLPI IT Service Management and Asset Tracking system, specifically to create software license records. It is useful for automating the management of IT assets, licenses, and related data within an organization. For example, it can be used to programmatically add new software licenses with details such as name, comments, and additional custom fields, streamlining asset tracking and compliance processes.
Use Case Examples
- Creating a new software license entry with a specified name and comment.
- Adding additional custom fields to a software license record during creation.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, such as IT assets, helpdesk, administration, management, or dropdowns. |
| Fields | The fields to include in the request when creating or updating a resource, including name, comment, and additional JSON fields. |
| 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 software license or other resource data.
Dependencies
- Requires an OAuth2 API credential for GLPI with client ID, client secret, username, and password.
Troubleshooting
- Invalid JSON in Additional Fields: The node expects valid JSON for additional fields; malformed JSON will cause an error.
- OAuth2 token request failed: Errors during OAuth2 token retrieval will prevent API calls; check credentials and network connectivity.
- Operation not found: If the specified operation is not supported for the chosen resource and category, the node will throw an error.