Getting Installed OS Information for a Machine
App Broker 2020 R1
This section describes the App Broker REST API endpoint to return the installed operating system for a machine..
Endpoint Example |
Response Body Example |
[GET] http://<SERVERNAME>/esd/api/computers/ComputerName=<machinename>/OperatingSystemInfo |
[ { "operatingSystem": "Microsoft Windows 10", "servicePack": "" } ] |
Input Parameter Details
The ComputerName parameter in the URL expects a a valid machine name.
Output Details
The output returns the operating system information of the specified machine.
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |