SynchronizeChangeDetection¶
Used to detect changes in the database that need to be synchronized with a partner CMDB. This table is maintained by the OctoSAM Inventory interfaces to partner CMDBs.
Fields¶
| Field | Type | Description |
|---|---|---|
| ID | numeric | Internal ID for the SynchronizeChangeDetection entity (Primary Key) |
| ObjectGuid | guid | The GUID of the octosam object that was changed. This is used to detect changes in the database that need to be synchronized with a partner CMDB. |
| Sha256 | binary | A SHA256 hash of the octosam object that was changed. This is used to detect changes in the database that need to be synchronized with a partner CMDB. |
| SynchronizationGuid | guid | The GUID of the synchronization task or action that caused the change. |
| Updated | datetime | Date/Time when the last change was detected. |