Operations at operatingSystem/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| operatingSystem/configureNetworkAdapters | POST | Configures network adapters |
| operatingSystem/configureNicTemaing | POST | Configures NIC teaming |
| operatingSystem/enableAllNetworkAdapters | GET | Enables all network adapters. |
| operatingSystem/getAllPhysicalAddresses | POST | Gets physical addresses of all NICs |
| operatingSystem/getAllVirtualAddresses | POST | Gets MAC addresses of all virtual NICs |
| operatingSystem/getHostName | GET | Get new host name (NetBIOS name) |
| operatingSystem/getPhysicalNetworkAdaptersSettings | POST | Gets physical NICs settings |
| operatingSystem/getVirtualNetworkAdaptersSettings | POST | Gets virtual NICs settings |
| operatingSystem/getWindowsEditionType | GET | Gets windows edition type |
| operatingSystem/ieEnchSettings | POST | Set state of the IE enhancement settings |
| operatingSystem/isMachineJoinedDomain | GET | Checks of the machine is joined to any domain |
| operatingSystem/joinDomain/{domainName} | POST | Join the domain |
| operatingSystem/logoff | GET | Logs off currently logged in user |
| operatingSystem/proxyServer | POST | Set up proxy server |
| operatingSystem/reboot | GET | Reboots the system |
| operatingSystem/remoteAccess | POST | Allows or deny remote access to the host |
| operatingSystem/removeNicTemaing | POST | Removes NIC teaming |
| operatingSystem/setHostName | GET | Set new host name (NetBIOS name) |
| operatingSystem/validateDomainCredentials | POST | Validates if the domain controller is reachable and the provided credentials are valid |
| operatingSystem/validateHostName | POST | Validates host name |
| operatingSystem/validateIpv4NetworkAdapterSettings | POST | Validates ipv4 network adapter's settings |
| operatingSystem/validateIpv6NetworkAdapterSettings | POST | Validates ipv6 network adapter's settings |
| operatingSystem/validateJoinDomainParameters | POST | Validates join domain parameters |
| operatingSystem/windowsFirewall | POST | Set state of the Windows firewall |