# File lib/fog/compute/requests/storm_on_demand/get_stats.rb, line 6
        def get_stats(options = {})
          request(
            :path     => "/monitoring/load/stats",
            :body     => {:params => options}.to_json
          )
        end