ConnectedSystem¶
Records data about systems connected to OctoSAM
Fields¶
| Field | Type | Description |
|---|---|---|
| AdditionalData | nvarchar | Optionally contains JSON formatted additional information about the system |
| ConnectedSystemTypeID | bigint | Internal ID that references the ConnectedSystemType entity (Foreign Key) |
| Created | datetime2 | Date/Time this entity got created |
| Description | nvarchar | Description of the connected system |
| Guid | uniqueidentifier | Guid of the connected system, as provided by the scanner or import logic |
| ID | bigint | Internal ID for the ConnectedSystem entity (Primary Key) |
| LastScan | datetime2 | Date/Time the connected system got last scanned |
| Name | nvarchar | Name of the connected system |
| Res1 | nvarchar | Reserved for future use |
| Res2 | nvarchar | Reserved for future use |