...
Source | Source Xpath | CMDB Object | Semantics | Format |
---|---|---|---|---|
XML | //computerName | cmdb_ci_computer.name | machine name | string |
XML | //asset[@id] | cmdb_ci_computer.serial_number (primary) | primary serial | string |
XML | TBD | cmdb_ci_network_adapter (related) | insert related network adapters discovered on machines | TBD |
XML | //manufacturer, //model | cmdb_ci_computer.manufacturer, model_id, virtual | insert machine mfg and model, virtual/physical | string, SS logic for VM flag |
XML | //ram | cmdb_ci_computer.current_ram | total RAM | string: XXXX MB |
XML | //cpu | cmdb_ci_computer.cpu_type, cpu_speed | cpu info | string: X MHz Type |
XML | //os | cmdb_ci_computer.os, os_version | proper OS distribution and version | string: OS version |
XML | //primaryUser | cmdb_ci_computer.assigned_to | reference | string |
XML | //responsibleNetID | cmdb_ci_computer.owned_by | reference | string |