Showing computer properties from SOAP

(imported topic written by mikko_k91)

Hi all

Can someone show me the session relevance to do this simple task; show installed applications of hostname X. Or similarly, show serial numer of hostname X.

I’m guessing it goes something like

names of installed programs of bes computer whose (name of it is “hostname”)

or

model of bes computer whose (name of it is “hostname”)

  • but I can’t figure out the right keywords with the inspector search or the docs.

I’m just starting to look at SOAP and WebReports and methods of pulling TEM data into our existing systems… And I am browsing through the forums, the session inspectors doc and the web reports doc but I’d like to know this one first.

regards

Mikko Koivunen

(imported comment written by mikko_k91)

Found this one myself after watching the TCM to TEM migration workshop videos from http://www-01.ibm.com/support/docview.wss?uid=swg27020831 (a tip for other newbies).

Mikko

(imported comment written by SystemAdmin)

Try this

values of results from (bes property whose (name of it = 
"Computer Model")) of (bes computers whose (name of it as lowercase = 
"hostname"))

or

unique values of values of results from (bes property whose (name of it = 
"Installed Applications - Windows")) of (bes computers whose (name of it as lowercase = 
"hostname"))