From couchdb-user-return-1511-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sun Oct 12 03:43:25 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 38619 invoked from network); 12 Oct 2008 03:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2008 03:43:25 -0000 Received: (qmail 10142 invoked by uid 500); 12 Oct 2008 03:43:24 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 10106 invoked by uid 500); 12 Oct 2008 03:43:24 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 10095 invoked by uid 99); 12 Oct 2008 03:43:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 20:43:24 -0700 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sestubbs@gmail.com designates 64.233.184.239 as permitted sender) Received: from [64.233.184.239] (HELO wr-out-0506.google.com) (64.233.184.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 03:42:20 +0000 Received: by wr-out-0506.google.com with SMTP id c53so752144wra.20 for ; Sat, 11 Oct 2008 20:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=0IvR90g7p3tTiVe7m8WQmfmF3f5cPujGmY6Enp72DAU=; b=jGolyPQjKktMl6deHVGACkF/U/pwmzAWuDskrAsKOAiib0mnNw/ZWYmDlbrC61N4kR bQ2kgEtUtHoj0w1f4oy30pXjblDvZ1d2vvxnom2PwS9YdsLOEYHdevMfIBptDFzmM86Q QhfdMSoE4CH4aopdMCharAn/ToCBvqgo+6Vcw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=hij4x2lCmJ6s5bNUFYut+U6PB3barcD+KpHUC3WAGjR+W4YRoY3ptaxS177zsHxMAz uRc5heQc3/PqqHtE2KURwIR2cpRWd0sdOWaDBorD85tPeroriXzhuL2GsmTI13VPYr2H SPcfAoBv9rdkpVMDbJhq2N8fok4O0LbXw+DG0= Received: by 10.65.123.10 with SMTP id a10mr6998258qbn.12.1223782958940; Sat, 11 Oct 2008 20:42:38 -0700 (PDT) Received: by 10.64.114.9 with HTTP; Sat, 11 Oct 2008 20:42:38 -0700 (PDT) Message-ID: <42f9e7020810112042i4188382ama92f1f031f69b794@mail.gmail.com> Date: Sat, 11 Oct 2008 22:42:38 -0500 From: "Scott Stubbs" To: couchdb-user@incubator.apache.org Subject: Re: Retrieve a list of unused document IDs? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_73053_4542898.1223782958938" References: <42f9e7020810112016t778a9c0axfd8ddafc0264853e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_73053_4542898.1223782958938 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you kindly. I'll upgrade to trunk. Scott S. On Sat, Oct 11, 2008 at 10:18 PM, Paul Davis wrote: > Scott, > > That's a relatively new feature, if you're using 0.8.x you should > upgrade to trunk. > > Paul > > On Sat, Oct 11, 2008 at 11:16 PM, Scott Stubbs wrote: > > Greetings, I'm reading the HttpDocumentApi on the wiki and noticed a way > to > > POST /_uuids?count=100 to retrieve a list of unused document IDs. So far > > I'm not having any success. I get the following response using curl and > > couchdb 0.8.1: > > $ curl -X POST http://localhost:5984/_uuids?count=1 -H "Content-Type: > >> application/json" > >> > > > >> {"error":"not_found","reason":"unknown_private_path"} > >> > > > > What am I missing? > > > > Regards, > > > > Scott S. > > > ------=_Part_73053_4542898.1223782958938--