Store synchronized CMDB items
Data model
Fields
| Field | Type | Description |
|---|---|---|
| configuration_id* | INT | CI Identifier in CMDB |
| id* | INT | Registry ID |
| item_data | NVARCHAR (MAX) | Data synchronized in CMDB in Json format |
| item_id* | INT | Synchronized item ID |
| item_modified_date | DATETIME | Date of the last IC synchronization |
| item_type* | NVARCHAR (200) | Synced item type |
Primary Key
| PK_AAM_CONFIGURATION_ITEM |
|---|
| id |