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 'Printer' resource with the 'Get' operation allows users to retrieve detailed information about a specific printer record by its ID. This is useful for IT administrators or helpdesk personnel who need to fetch printer details for asset management, troubleshooting, or reporting purposes.
Use Case Examples
- Retrieve detailed information about a specific printer by providing its unique ID.
- Fetch localized printer data by specifying the 'Accept-Language' option.
- Query printer information within a specific organizational entity using the 'GLPI-Entity' option.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, such as IT Assets, Assistance, Administration, Management, or Dropdowns. |
| ID | The unique identifier of the printer record to retrieve. |
| Options | Additional request options such as language for localized content, entity ID for scoping the request, and whether to apply entity recursively. |
Output
JSON
json- The JSON object containing the printer record details retrieved from the GLPI API.
Dependencies
- An OAuth2 API credential for authentication with the GLPI system.
Troubleshooting
- Common issues include invalid or missing ID parameter, resulting in errors when the record cannot be found.
- 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 - Official documentation for the GLPI ITSM and asset management system.