Getting Installed OS Information for a Machine

App Broker 2017

This section describes the App Broker REST API endpoint to return the installed operating system for a machine..

Getting Installed OS Information 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.