Sha256: 327a10dcd3939ef90e60472e39fbab238e4aca9414f37abe855a8d9ae846bcbf
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
module Fog module StormOnDemand class Compute class Real def get_stats(options = {}) request( :path => "/monitoring/load/stats", :body => {:params => options}.to_json ) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems