# File lib/hammer_cli_foreman/interface.rb, line 81
      def get_interfaces(host_id)
        HammerCLIForeman.foreman_resource!(:interfaces).call(:index, {'host_id' => host_id}, request_headers, request_options)
      end