Sha256: 10b9c0bfa3e24f41df91a81294dfa808baf4b1875ed543023d1b93668c1f3586
Contents?: true
Size: 298 Bytes
Versions: 53
Compression:
Stored size: 298 Bytes
Contents
module Fog module Monitoring class StormOnDemand class Real def get_service_status(options={}) request( :path => '/Monitoring/Services/status', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems