Method: VM.query
- Defined in:
- lib/floatyhelper/vm.rb
.query(host) ⇒ Object
59 60 61 62 |
# File 'lib/floatyhelper/vm.rb', line 59 def self.query(host) output = Floaty.floaty_cmd("query #{host} --service vmpooler") Floaty.parse_floaty_json_output(output) end |