Getting Installed OS Information for a Machine
This section describes the App Broker REST API endpoint to return the installed operating system for a machine..
Endpoint Example: [GET] http://<SERVERNAME>/esd/api/computers/ComputerName=<machinename>/OperatingSystemInfo
Response Body Example:
[
{
"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.