Session relevance syntax for iOS devices

(imported topic written by Ivan.FPL)

Hey guys,

Thanks for providing the iOS inspectors doc at https://www.ibm.com/developerworks/mydeveloperworks/wikis/home?lang=en#/wiki/Tivoli%20Endpoint%20Manager/page/Apple%20iOS%20Inspectors

Unfortunately, I can’t seem to figure out the correct syntax to retrieve a property from an iOS device in the “Presentation Debugger”. If you can help me with the following, that should be enough to get me going:

id of bes computer whose (serial number of

device

= “C38xxxx”)

Thanks

(imported comment written by ChrisVasselli)

Hey Ivan,

The inspectors you see there are

client

inspectors, but it sounds like you’re looking for

session

inspectors. The session inspectors you’d use are the same ones you’d use for any other computer, and are based around properties that have been reported in analyses. So, if you have the “Device Details - Android / Apple iOS” analysis activated, you should be able to use something like this:

ids of computers of (results of bes property “Serial Number”) whose (exists (value of it) whose (it is “C38xxxx”))

(imported comment written by Ivan.FPL)

Ah great, thank you for that.