LicenseManagerServerScan¶
Each statistics scan generates a record here. The information can be used to observe license manager scan.
Fields¶
| Field | Type | Description |
|---|---|---|
| Features | numeric | Number of features scanned |
| ID | numeric | Internal ID for the LicenseManagerServerScan entity (Primary Key) |
| LastScan | datetime | Date/TIME this record was created |
| LicenseManagerServerID | numeric | Internal ID that references the LicenseManagerServer entity (Foreign Key) |
| ScanDurationMilliseconds | numeric | Duration of this scan in milliseconds |
| UsageLevel | numeric | Usage Level of this scan (-1 for low, 0 for normal, 1 for high usage) |