Sha256: 235c36ac71acd30baf39995e7cd9fcb0ab5b7a5d1981ae93bfadbacf1bf77917

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

module Fog
  module Monitoring
    class StormOnDemand
      class Real
        def get_bandwidth_stats(options = {})
          request(
            :path => '/Monitoring/Bandwidth/stats',
            :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_stats.rb
fog-storm_on_demand-0.0.1 lib/fog/monitoring/storm_on_demand/requests/get_bandwidth_stats.rb