API: Managing operating system
os.list
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>
...
server.os.install
Description
Installs specified operating system on server.
Command specific parameters
Name | Description |
---|---|
serverId |
Server ID |
osId |
Operating system ID |
Command specific response
None.