Skip to content

LicenseManagerServerMachine

Used to store machine information for per user statistics (session/checkout statistics).

erDiagram
    LicenseManagerServer ||--o{ LicenseManagerServerMachine : "LicenseManagerServerID"
    Machine ||--o{ LicenseManagerServerMachine : "MachineID"
    LicenseManagerServerMachine ||--o{ LicenseManagerServerFeatureSessionUsageDetail : "LicenseManagerServerMachineID"

Fields

Field Type Description
Created datetime Date/Time this entry was created in the database
ID numeric Internal ID for the LicenseManagerServerMachine entity (Primary Key)
LastScan datetime Date/Time this machine was detected for the last time
LicenseManagerServerID numeric Internal ID that references the LicenseManagerServer entity (Foreign Key)
MachineID numeric Internal ID that references the Machine entity (Foreign Key)
Name string Machine name

References

Column Name Referenced Table Description
LicenseManagerServerID LicenseManagerServer Defines a license manager server for use by the OctoSAM Monitor module
MachineID Machine Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet.

Referenced by

Table Column Name Description
LicenseManagerServerFeatureSessionUsageDetail LicenseManagerServerMachineID Used to record license sessions (checkouts) per user