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 | 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.