Sha256: f4cd7bffaa8236eafe35078997e3351569621ba9e2b94502ec7edaa44999dd56
Contents?: true
Size: 287 Bytes
Versions: 15
Compression:
Stored size: 287 Bytes
Contents
module Fog module Monitoring class StormOnDemand class Real def get_load_stats(options={}) request( :path => '/Monitoring/Load/stats', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems