Nalpeiron Zentitle2 icon

Nalpeiron Zentitle2

Interact with Nalpeiron Zentitle2 API

Overview

This node integrates with the Nalpeiron Zentitle2 API, specifically providing functionality to interact with entitlements and their related data. The "List Entitlement Activations Log" operation retrieves a log of activation events associated with a specific entitlement ID. This is useful for tracking how and when software licenses or entitlements have been activated, which can help in license management, auditing, and compliance monitoring.

Practical examples include:

  • Auditing all activation events for a particular software license.
  • Monitoring usage patterns by reviewing activation logs.
  • Troubleshooting licensing issues by examining activation history.

Properties

Name Meaning
Entitlement ID The unique identifier of the entitlement whose activation log you want to retrieve. This is a required string input.

Output

The node outputs JSON data representing the activation log entries for the specified entitlement. Each entry typically includes details such as activation timestamps, device or user information, and status of each activation event. The exact structure depends on the API response but generally provides a list of activation records.

If the node supports binary data output (not evident from the provided code), it would represent any files or attachments related to activations, but this is not indicated here.

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

  • Missing or invalid Entitlement ID: Ensure the Entitlement ID is correctly provided; otherwise, the API will likely return an error or empty results.
  • Authentication errors: Verify that the API key credential and tenant ID are correctly configured.
  • Network or API availability issues: Check connectivity to the Nalpeiron API endpoint and confirm the service is operational.
  • Unexpected API responses: If the output does not match expectations, verify that the entitlement exists and has activation logs.

Links and References

Discussion