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 to manage software entitlement activations. The "Get Entitlement Activations" operation retrieves details about a specific activation using its unique Activation ID. This node is useful in scenarios where you need to verify or audit software license activations, track usage, or integrate entitlement data into workflows for compliance and reporting.
Practical examples include:
- Fetching activation details to confirm if a license is valid.
- Integrating activation status checks into automated support ticket workflows.
- Auditing software usage by retrieving activation records programmatically.
Properties
| Name | Meaning |
|---|---|
| Activation ID | The unique identifier of the activation to retrieve. This is required to specify which activation record to fetch from the API. |
Output
The node outputs JSON data representing the entitlement activation details corresponding to the provided Activation ID. The structure typically includes fields such as activation metadata, status, timestamps, and related license information. If the API supports binary data (e.g., license files), the node would handle it accordingly, but based on the code and operation, the output is primarily JSON-formatted activation data.
Dependencies
- Requires an API key credential for authenticating with the Nalpeiron Zentitle2 API.
- Needs configuration of the base URL and tenant ID via credentials or environment variables.
- Relies on the external Nalpeiron Zentitle2 API service being accessible.
Troubleshooting
- Common issues:
- Invalid or missing Activation ID will cause the API call to fail.
- Incorrect or expired API credentials will result in authentication errors.
- Network connectivity problems can prevent reaching the Nalpeiron API endpoint.
- Error messages:
- Authentication failures usually indicate invalid API keys or tenant IDs; verify credentials.
- "Activation not found" errors suggest the Activation ID does not exist or is mistyped.
- Timeout or connection errors require checking network access and API availability.
Links and References
- Nalpeiron Zentitle API Documentation (general reference for API endpoints and parameters)
- n8n documentation on creating custom nodes for further customization guidance