LicenseManagerServer¶
Defines a license manager server for use by the OctoSAM Monitor module.
Fields¶
| Field | Type | Description |
|---|---|---|
| Address | string | Address of the remote server. Format of this value is specific to each LmType. |
| AnalysisData | xml | Reserved for future use |
| Created | datetime | Date/Time this entity got created in the database |
| CreatedBy | string | Client user that created this entity through the UI |
| DebugFlags | string | Reserved for debug and trace configuration |
| DenialScanEnabled | boolean | True if the license server supports scan of license denials |
| DiagIntervalHours | numeric | Interval for diagnostics scans |
| DiagScanDue | datetime | Date/Time the next diagnostics scan should take place |
| DiagScanEnabled | boolean | True if the license server supports diagnostic scans |
| DisplayName | string | Name of the LicenseManagerServer object that gets displayed in the UI |
| Enabled | boolean | If True, the server gets scanned. Set this flag to false to temporarily disable scanning of this server. |
| ErrorFlag | boolean | True if the last scan resulted in an error condition |
| ExtraData | string | Extra data for this object (JSON) |
| FeatureLicenseBorrowableIssuedEnabled | boolean | True if the license server supports licenses available for borrowing configuration |
| FeatureLicenseBorrowEnabled | boolean | True if the scan detects borrowed licenses |
| FeatureLicenseCheckOutEnabled | boolean | True if the scan finds checked out vs reserved licenses |
| FeatureLicenseExpiryEnabled | boolean | True if the license server supports scan of license expiry date |
| FeatureLicenseStartEnabled | boolean | True if the license server supports scan of license start date |
| FirstScan | datetime | Date/Time this server was scanned first |
| Guid | guid | A unique ID that can be used to link to this object from external applications |
| HighUsageIntervalMinutes | numeric | Interval between scans during high usage periods |
| HighUsageThreshold | float | Highest usage factor on any feature that defines a period of high usage (between 0 and 1) |
| HintFeatureCount | numeric | Hint number of features to avoid join |
| HintFirstUsageDataAvailable | datetime | Date/Time of first usage date available in the database |
| HintHasSoftwareItems | boolean | True if one or more software items exist for this license manager server |
| HintShowBorrowed | boolean | Hint that at least some features of this server have borrowed licenses |
| HintShowCheckedOut | boolean | Hint that at least some features of this server have reservations and checked out should be shown |
| HousekeepingDue | datetime | Date/Time next database housekeeping will be performed for this LicenseManagerServer. If this date is past, the service will begin housekeeping on next cycle. |
| ID | numeric | Internal ID for the LicenseManagerServer entity (Primary Key) |
| IntervalMinutes | numeric | Interval between scans during normal usage periods |
| KeepFeatureStatisticsDays | numeric | Number of days that statistics data should be kept |
| KeepUserStatisticsDays | numeric | Number of days that detailed user data should be kept |
| LastDiagScan | datetime | Date/Time of last diagnostics scan |
| LastError | datetime | Date/Time last scan resulted in an error condition |
| LastErrorMessage | string | Last error message generated from a scan of this server |
| LastModification | datetime | Date/Time this record was last modified through the UI. Modifications from the scanner do not update this value. |
| LastModifiedBy | string | Client user that modified this entry through the UI |
| LastScan | datetime | Date/Time this server was scanned last |
| LastScanDurationMillis | numeric | Duration of the last scan in milliseconds |
| LastSuccessfulDiagScan | datetime | Date/Time of last successful diagnostics scan |
| LastSuccessfulScan | datetime | Date/Time the last successful scan occurred |
| LastUsageLevel | numeric | Usage level of last scan. -1 for low, 0 for normal, 1 for high usage. |
| LicenseFileName | string | License filename as reported by FlexLM |
| LmType | string | LicenseMangerServer type |
| LowUsageIntervalMinutes | numeric | Interval between scans during periods of low usage |
| LowUsageThreshold | float | Highest usage factor on any feature that defines a period of low usage (between 0 and 1) |
| Notes | string | Customers notes about this server |
| OrganizationID | numeric | Internal ID that references the Organization entity (Foreign Key) |
| Parameters | string | Reserved for future use |
| ScanDue | datetime | Date/Time the next statistics scan should take place |
| UserStatisticsEnabled | boolean | True if detailed user statistics are enabled for this Server |
| WebShowDiagnosticsBuffer | boolean | Show this server's diag buffer in web interface |
| WebShowServer | boolean | Show this server in the web interface |
| WebShowStatisticsBuffer | boolean | Show this server's statistics buffer in web interface |