Actions38
- Attribute Actions
- Customer Actions
- Entitlement Actions
- Feature Actions
- Product Actions
- Local License Server Actions
- Offering Actions
- Plan Actions
Overview
The node "Nalpeiron Zentitle2" is designed to interact with the Nalpeiron Zentitle2 API, specifically allowing users to manage and retrieve information related to software licensing features. The "List Features" operation under the "Feature" resource fetches a paginated list of features available in the system.
This node is beneficial in scenarios where you need to automate the retrieval of licensing features for reporting, synchronization with other systems, or dynamic configuration based on available features. For example, a software vendor might use this node to periodically update their internal database with the latest feature sets from Nalpeiron.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional parameters to customize the listing: |
| - Page Number | Requested page number (minimum 1). Useful for navigating through multiple pages of results. |
| - Page Size | Maximum number of items per page (minimum 1). Controls how many features are returned per request. |
Output
The output JSON contains an array of feature objects retrieved from the Nalpeiron Zentitle2 API. Each feature object typically includes details such as feature identifiers, names, descriptions, and possibly status or metadata depending on the API response.
If the node supports binary data output, it would represent any associated files or attachments related to features; however, based on the provided code and properties, the primary output is structured JSON data representing the list of features.
Dependencies
- Requires an API key credential for authenticating requests to the Nalpeiron Zentitle2 API.
- The base URL for the API can be configured via credentials or defaults to
https://api.nalpeiron.com. - Proper tenant identification must be provided via headers for multi-tenant environments.
Troubleshooting
- Authentication Errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
- Pagination Issues: If no features are returned, verify that the page number and page size are set correctly and that there are features available on the requested page.
- Network or API Errors: Check network connectivity and confirm that the base URL is reachable. Also, verify that the tenant ID header is correctly set.
- Empty Responses: Could indicate no features exist or incorrect filtering; review additional fields and parameters.
Links and References
- Nalpeiron Zentitle2 API Documentation (generic link, replace with actual if available)
- n8n Documentation on Creating Custom Nodes