Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

Desktop Spec

The data source is an XML extract from Tivoli Endpoint Manager (aka BigFix), which will be available via HTTP.

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

 

cmdb_ci_network_adapter (related)

insert related network adapters discovered on machines

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

  • No labels