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 'Get Many' operation under the 'Network Equipment' resource allows users to retrieve multiple network equipment records based on specified filters, pagination, and other options. It is useful for scenarios where bulk data retrieval of network equipment is needed, such as inventory audits, reporting, or integration with other IT management tools.
Use Case Examples
- Retrieve all network equipment assets with a specific name pattern using an RSQL filter.
- Fetch a limited number of network equipment records for a particular entity with localized content.
- Paginate through network equipment data by specifying the start index and limit.
Properties
| Name | Meaning |
|---|---|
| Category | The GLPI category to work with, such as IT Assets, Helpdesk, Administration, etc. |
| Return All | Whether to return all results or only up to a given limit. |
| Limit | Maximum number of results to return when 'Return All' is false. |
| 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 retrieved network equipment data, which can be an array of items or a single object depending on the query.
Dependencies
- An OAuth2 API credential for authentication with the GLPI system, including client ID, client secret, username, and password.
Troubleshooting
- Invalid JSON in additional fields can cause errors; ensure JSON strings are correctly formatted.
- OAuth2 token request failures may occur due to incorrect credentials or network issues; verify credentials and connectivity.
- Operation not found errors indicate an invalid combination of category, resource, and operation; check node parameters for correctness.
Links
- GLPI Official Website - Official site for GLPI ITSM and asset management system.