Sha256: f968403460c6a1674dd2234e7a6c5b74dce3e0a8ed84f023e802626a00832c8a
Contents?: true
Size: 299 Bytes
Versions: 2
Compression:
Stored size: 299 Bytes
Contents
module Fog module Monitoring class StormOnDemand class Real def get_bandwidth_graph(options = {}) request( :path => '/Monitoring/Bandwidth/graph', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/monitoring/storm_on_demand/requests/get_bandwidth_graph.rb |
fog-storm_on_demand-0.0.1 | lib/fog/monitoring/storm_on_demand/requests/get_bandwidth_graph.rb |