Each row represents an installed engine. (Formerly the UAM UNIT table where type=3.) Used to manage DSM.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| engine_uuid | byte(16) | not null | UUID of an instance |
| domain_uuid | byte(16) | not null | Domain the Engins is running/installed on |
| label | nvarchar(255) | with null | Engine label |
| host_name | nvarchar(255) | with null | Computer name that Engine runs on |
| description | nvarchar(255) | with null | User entered description about the Engine |
| creation_user | nvarchar(255) | with null | Database user or component/process that created the record |
| creation_date | integer | with null | Creation date/Time |
| last_update_user | nvarchar(255) | with null | Database user or component/process that updated the record |
| last_update_date | integer | with null | Last Change Date/Time |
| version_number | integer | with null | Last version number |
| dis_hw_uuid | byte(16) | with null | Discovered Asset the Engins is running on |
| auto_rep_version | date | with null | Replication version info |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| engine_uuid | polidef | evaluation_uuid |
| engine_uuid | ca_group_def | evaluation_uuid |