Data Manager object
Data Manager is included in all Service Collection Premium and Enterprise plans.
The Data Manager object is created during the Merge operation from cleansed data, where multiple records are reconciled into a single object.
These objects represent the most holistic information about a record and contain specific information in the form of attributes.
The name of the Data Manager object is created from the primary key of the highest-priority data source, while the attributes are created by merging information from all data sources, and selecting the preferred attributes of the object based upon the data source priority and attribute priority.
例:
Assume that there are 5 sources that Data Manager is analyzing: Discovery, AD, antivirus, CMDB, and Lease Asset Register. Each of these sources will contain some fields, attributes, and columns that are common among them, and some that are unique to that source:
The hostname and the operating system fields can be found across all five of these sources.
Warranty date is common only to the Lease Asset Register and CMDB sources.
Installed status or operational status is a field found in CMDBs but not common across Discovery, AD, antivirus, and Lease Registers.
The Depreciation field is common only to the Lease Register.
Data Manager will perform the following tasks when the Data Manager object is created, proceeding from the data source with the highest priority to the one with the lowest priority:
Verify the priority assigned to the data source.
Pull together all the fields that are mapped.
Step through the values of each of the mapped fields: If the field value exists on the data source that is assigned with the highest priority, this value will be used for the field in the Data Manager object.
If the field value does not exist or the value is NULL for the data source assigned with the highest priority, Data Manager will use the next populated field value from the data source that has the next highest assigned priority, and so on.
Move onto the next field in the five data sources that it analyses as it builds the Data Manager object.
上の例では、データ マネージャー オブジェクトは最終的に次の優先属性と値を持ちます。
The hostname and operating system values will be derived from Discovery;
The warranty date value will be derived from CMDB (as CMDB has a higher priority than Lease Register);
The installed status value will be derived from CMDB.
The depreciation value will be derived from the Lease Register.
この内容はお役に立ちましたか?