# File lib/fog/network/openstack/requests/list_lb_health_monitors.rb, line 16 def list_lb_health_monitors(_filters = {}) Excon::Response.new( :body => {'health_monitors' => data[:lb_health_monitors].values}, :status => 200 ) end