# File lib/fog/network/openstack/requests/list_lb_health_monitors.rb, line 5 def list_lb_health_monitors(filters = {}) request( :expects => 200, :method => 'GET', :path => 'lb/health_monitors', :query => filters ) end