# File lib/fog/storm_on_demand/requests/monitoring/get_bandwidth_graph.rb, line 6 def get_bandwidth_graph(options={}) request( :path => '/Monitoring/Bandwidth/graph', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/monitoring/get_bandwidth_stats.rb, line 6 def get_bandwidth_stats(options={}) request( :path => '/Monitoring/Bandwidth/stats', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/monitoring/get_load_graph.rb, line 6 def get_load_graph(options={}) request( :path => '/Monitoring/Load/graph', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/monitoring/get_load_stats.rb, line 6 def get_load_stats(options={}) request( :path => '/Monitoring/Load/stats', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/monitoring/get_service.rb, line 6 def get_service(options={}) request( :path => '/Monitoring/Services/get', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/monitoring/get_service_status.rb, line 6 def get_service_status(options={}) request( :path => '/Monitoring/Services/status', :body => Fog::JSON.encode(:params => options) ) end
Generated with the Darkfish Rdoc Generator 2.