Method: Fog::Monitoring::OpenStack::Real#get_alarm_counts
- Defined in:
- lib/fog/monitoring/openstack/requests/get_alarm_counts.rb
#get_alarm_counts(options = {}) ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/fog/monitoring/openstack/requests/get_alarm_counts.rb', line 5 def get_alarm_counts( = {}) request( :expects => [200], :method => 'GET', :path => "alarms/count", :query => ) end |