Method: Smartdc::Api::Machines#reboot_machine
- Defined in:
- lib/smartdc/api/machines.rb
#reboot_machine(id) ⇒ Object
27 28 29 |
# File 'lib/smartdc/api/machines.rb', line 27 def reboot_machine(id) post 'my/machines/' + id.to_s, {action: :reboot} end |