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