6 7 8 9 10 11
# File 'lib/fog/storm_on_demand/requests/compute/get_stats.rb', line 6 def get_stats(options = {}) request( :path => "/monitoring/load/stats", :body => Fog::JSON.encode({:params => options}) ) end