Method: Fog::Compute::StormOnDemand::Real#get_stats
- Defined in:
- lib/fog/storm_on_demand/requests/compute/get_stats.rb
#get_stats(options = {}) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/fog/storm_on_demand/requests/compute/get_stats.rb', line 6 def get_stats( = {}) request( :path => "/monitoring/load/stats", :body => MultiJson.encode({:params => }) ) end |