Sha256: 4bf6d6b9885fd98114969a568262c23fc20ea55e1f5f5400f460b688a4c573b5
Contents?: true
Size: 299 Bytes
Versions: 53
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
53 entries across 53 versions & 3 rubygems