<MapTo>
defines the mappings. Each concrete implementation of an engine adds its own XML elements for its individual mappings here.
Map the attribute Caption
to the CI attribute display_label
in the RTSM.
Example:
<MapTo>
<CMDBAttribute>
<Name>display_label</Name>
<SetValue>
<Caption />
</SetValue>
</CMDBAttribute>
</MapTo>
Map the OMID
to the CI attribute data_name
in the RTSM.
Example:
<MapTo>
<CMDBAttribute>
<Name>data_name</Name>
<SetValue>
<OMId />
</SetValue>
</CMDBAttribute>
</MapTo>