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 to retrieve multiple printer records. It supports fetching many printer entries with options to filter, limit, and paginate results. This is useful for IT administrators who need to query and manage printer assets within their organization, for example, to generate reports or synchronize asset data.
Use Case Examples
- Retrieve all printers in the 'Assets' category with a specific name pattern using an RSQL filter.
- Fetch a limited number of printer records with pagination support for display in a dashboard.
- Get printer data localized in a specific language or scoped to a particular organizational entity.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, e.g., Assets, Assistance, Administration, etc. |
| Return All | Whether to return all results or only up to a given limit. |
| Limit | Maximum number of results to return when not returning all. |
| Filters | Filters to apply to the query, including an RSQL filter string and pagination start index. |
| Options | Additional request options such as language, entity ID, and recursive entity application. |
Output
JSON
json- The JSON response containing the printer records retrieved from the GLPI API.
Dependencies
- An OAuth2 API key credential for authentication with the GLPI system.
Troubleshooting
- Common issues include invalid JSON in additional fields, which causes errors during request preparation. Ensure JSON syntax is correct.
- OAuth2 token request failures may occur due to incorrect credentials or network issues. Verify credentials and connectivity.
- Operation not found errors indicate a mismatch in resource or operation names; ensure correct parameters are selected.
Links
- GLPI Official Website - Official site for GLPI ITSM and asset management software.