Licensing Subsystem
The licensing subsystem manages licensing on the platform.
Services
Service
Description
AcquireLicense
If a new license is present, running this service immediately starts the license.
GetDaysRemainingInLicense
Returns the number of days remaining for the license.
GetCurrentLicenseInfo
Returns information about the current license, including ProductName, FeatureName, TotalFeatureCount, AvailableFeatureCount, InUseFeatureCount, Version, ExpirationDate, DaysRemaining, and IsEnforced.
* 
Paid licenses are not constrained by a limit on the number of entities created. Developer trial licenses have limits on the number of Things and users that can be created.
GetCurrentLicenseFeatureInfo
Returns information based on the license FeatureName. Results include ProductName, FeatureName, TotalFeatureCount, InUseFeatureCount, Version, ExpirationDate, DaysRemaining, and IsEnforced.
GetCustomerID
Returns the customer ID from the licensing connection. This is used for metrics reporting.
GetInstanceID
Returns the instance ID created at time of installation.
GetLicenseUsageData
Returns information about user’s license usage, including key, location, source, sourceType, tags, timestamp, UsageID, ProductName, LicenseModel, FeatureName, TransactionType, and InUseFeatureCount.
PurgeLicenseUsageData
Deletes the license usage data that is two years and older.
Related Links
Was this helpful?