# File lib/fog/monitoring/openstack/requests/get_alarm_counts.rb, line 5 def get_alarm_counts(options = {}) request( :expects => [200], :method => 'GET', :path => "alarms/count", :query => options ) end