ConnectedSystemHistory¶
History about connected systems. This table is used to control and diagnose connections to systems such as ServiceNow, vCenter etc.
Fields¶
| Field | Type | Description |
|---|---|---|
| AdditionalData | nvarchar | Additional data for this scan in JSON format |
| Clusters | bigint | Cluster count for this scan if provided by the partner system |
| ConnectedSystemID | bigint | Internal ID that references the ConnectedSystem entity (Foreign Key) |
| Errors | bigint | Errors during import of this scan |
| Filename | nvarchar | Filename of the import if available |
| Groups | bigint | Group count for this scan if provided by the partner system |
| ID | bigint | Internal ID for the ConnectedSystemHistory entity (Primary Key) |
| ImportDurationMillis | bigint | Duration of the import operation |
| Items | bigint | Total number of items for this scan |
| Machines | bigint | Machine count for this scan if provided by the partner system |
| Scan | datetime2 | Date/Time of the scan |
| ScanDurationMillis | bigint | Duration of the scan operation if provided by the partner system scanner / interface |
| ScanGuid | uniqueidentifier | Guid of the scan that created this item if available |
| Users | bigint | User count for this scan if provided by the partner system |
| VirtualMachines | bigint | Virtual machine count for this scan if provided by the partner system |
| Warnings | bigint | Warnings during import of this scan |