API: Managing operating system

Description

Returns available operating systems list.

Command specific parameters

None.

Command specific response

Array of servers.

Name Description
operatingsystems/os Operating systems list entry. Entry value represents OS name.
operatingsystems/os[id] Operating system ID
Sample response
...
<operatingsystems>
  <os id="yy">zz</os>
  ...
</operatingsystems>
...

Description

Installs specified operating system on server.

Command specific parameters
Name Description
serverId Server ID
osId Operating system ID
Command specific response

None.