Sha256: 658e902b8ff8ab60eaa6e54bb9fa5859276bef3471bae64b3c23af00d1ee450e
Contents?: true
Size: 468 Bytes
Versions: 4
Compression:
Stored size: 468 Bytes
Contents
module Fog module Monitoring class HuaweiCloud 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
4 entries across 4 versions & 1 rubygems