Sha256: 364b73ae500a10641e1a1459b77a6bff9bdbc52dc4bd96277f1aa8e2afdb2c2e
Contents?: true
Size: 466 Bytes
Versions: 21
Compression:
Stored size: 466 Bytes
Contents
module Fog module OpenStack class Monitoring 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
21 entries across 21 versions & 3 rubygems