Sha256: 0bd811125bee9a170590ade5b75c042620919ecab7383240f58f9524633f0583
Contents?: true
Size: 466 Bytes
Versions: 43
Compression:
Stored size: 466 Bytes
Contents
module Fog module Monitoring class OpenStack class Real def list_alarm_state_history_for_specific_alarm(id, options = {}) request( :expects => [200], :method => 'GET', :path => "alarms/#{id}/state-history", :query => options ) end end class Mock # def list_alarm_state_history(options = {}) # # end end end end end
Version data entries
43 entries across 41 versions & 3 rubygems