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