Sha256: 0d6312c8fb86efaa20705e92bb1ed50b55fa15ac253c163c3f584b26a5f5e97b
Contents?: true
Size: 297 Bytes
Versions: 15
Compression:
Stored size: 297 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
15 entries across 15 versions & 4 rubygems