# File lib/fog/network/openstack/requests/get_lb_health_monitor.rb, line 5 def get_lb_health_monitor(health_monitor_id) request( :expects => [200], :method => 'GET', :path => "lb/health_monitors/#{health_monitor_id}" ) end