ServerActionReboot
(Difference between revisions)
Administrator (Talk | contribs)
(Created page with "Reboots a server. '''POST''' /servers/'''id'''/action == Parameters == ; id : The unique identifier of the image to be retrieved. ''Note see warnings in Hypermedia''. =...")
Newer edit →
(Created page with "Reboots a server. '''POST''' /servers/'''id'''/action == Parameters == ; id : The unique identifier of the image to be retrieved. ''Note see warnings in Hypermedia''. =...")
Newer edit →
Revision as of 19:30, 27 January 2012
Reboots a server.
POST /servers/id/action
Parameters
- id
- The unique identifier of the image to be retrieved. Note see warnings in Hypermedia.
JSON
{ "reboot":{ "type":"HARD" } }
- type - string
- Type of reboot to preform. Values: HARD, SOFT.
Result
blog comments powered by Disqus