Skip to content

LicenseManagerServerFeature

Defines a feature within a license manager server.

Fields

Field Type Description
AnalysisExtras xml Reserved for future use
BorrowableLicensesIssued bigint Number of licenses available for borrowing (for servers that support limiting borrowable licenses)
CustomField1 nvarchar Available for custom data for this feature, not used by OctoSAM Inventory.
CustomField2 nvarchar Available for custom data for this feature, not used by OctoSAM Inventory.
CustomField3 nvarchar Available for custom data for this feature, not used by OctoSAM Inventory.
CustomField4 nvarchar Available for custom data for this feature, not used by OctoSAM Inventory.
Description nvarchar Description of a features
ExcludeFromUsageRanking bit Exclude this feature from usage ranking. Can be set for features that are always 100% checked out due to license structure.
Expires datetime2 Expiry date of the license
FriendlyName nvarchar Friendly name for this feature
Guid uniqueidentifier A unique ID that can be used to link to this object from external applications
HintShowBorrowed bit Hint that this feature has borrowed licenses
HintShowCheckedOut bit Hint that this feature has reservations / checked-out licenses
ID bigint Internal ID for the LicenseManagerServerFeature entity (Primary Key)
IndicatorFeature bit This feature should be used for summaries about license usage. Indicates usage of the product.
LastDiagScan datetime2 Date/Time of last diagnostics scan for this feature
LastLicensesBorrowed int Number of borrowed licenses at last scan
LastLicensesBorrowedRatio float Licenses borrowed/issued ratio at last scan
LastLicensesCheckedOut int Licenses detected as checked out. Reserved licenses show up as used but may not be checked out.
LastLicensesCheckedOutRatio float Checked-out vs issued licenses..
LastLicensesUsed int Licenses used at last scan
LastLicensesUsedRatio float LIcenses used/issued ratio at last scan
LastScan datetime2 Date/Time this feature was scanned last
LicenseManagerServerID bigint Internal ID that references the LicenseManagerServer entity (Foreign Key)
LicensesIssued bigint Number of licenses issued on this feature
LicensesIssuedChanged datetime2 Date/Time the licenses issued value last changed
MaxLicensesUsed bigint Max number of licenses used while scanning the feature (since FirstScan)
MaxLicensesUsedChanged datetime2 Date/Time the MaxLicensesUsed field last changed (this is the date/time that the maximum usage ratio was first reached)
Name nvarchar Feature name
Res1 nvarchar Reserved for future use..
Res2 nvarchar Reserved for future use
Starts datetime2 Start date of the license
WorkdaysAvgLicensesBorrowedRatio float Average borrowed ratio over the last work days
WorkdaysAvgLicensesCheckedOutRatio float Average checked-out ratio over the last work days, used for usage ranking.
WorkdaysAvgLicensesUsedRatio float Average usage ratio over the last work days, used for usage ranking.
WorkdaysFirstDate datetime2 First date used for work days usage calculation
WorkdaysPeakLicensesBorrowed int Peak number of borrowed licenses over the last work days
WorkdaysPeakLicensesBorrowedRatio float Peak borrowed ratio over the last work days
WorkdaysPeakLicensesCheckedOut int Peak checked-out ratio over the last work days, used for usage ranking.
WorkdaysPeakLicensesUsed int Max licenses used during the last 2 working weeks
WorkdaysPeakLicensesUsedRatio float Peak usage ratio over the last work days, used for usage ranking.
WorkdaysUsageCalculated datetime2 Date/Time the work days usage was last calculated