Can WMS be queried to find the model of monitors?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105302
    Chris S
    Participant
    • Total Post: 62
    • Back Stage Pass
    • ★★★★

    Does anyone one know of a way to query WMS for the model of monitors to a spreadsheet like the device export? I know we can find it by looking at individual thin clients but wanted a quicker way than looking at hundreds.

     

    #105332
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    There is no such report. You may be able to extract that information directly from the database. However, I do not know in which table this is stored.

    CG

    #106332
    Sam
    Participant
    • Total Post: 10
    • Regular Joe
    • ★★

    possible through WEB API calls [postman]

    https://WMS/ccm-web/admin/wms20/configuration/device/3/all?

    iterate through all devices and extract monitor peripheral json node

    peripherals: [{name: “port”, description: “USB”,…}, {name: “Monitor”, description: “Monitor”,…}]
    0: {name: “port”, description: “USB”,…}
    1: {name: “Monitor”, description: “Monitor”,…}
    description: “Monitor”
    itemNames: [{name: “vender”, description: “Vender”}, {name: “model”, description: “Model”},…]
    itemValues: [[“DEL”, “DELL P2418HT”, “488CG86J799L”]]

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.