Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEBDB10660 for ; Fri, 7 Feb 2014 19:46:49 +0000 (UTC) Received: (qmail 24302 invoked by uid 500); 7 Feb 2014 19:46:47 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 24193 invoked by uid 500); 7 Feb 2014 19:46:47 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 24185 invoked by uid 99); 7 Feb 2014 19:46:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 19:46:46 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Feb 2014 19:46:44 +0000 Received: (qmail 22860 invoked by uid 99); 7 Feb 2014 19:46:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 19:46:20 +0000 Date: Fri, 7 Feb 2014 19:46:20 +0000 (UTC) From: "Dmytro Sen (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-303) Ability to limit the result set on the "instances status" call MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Sen updated FALCON-303: ------------------------------ Attachment: FALCON-303.patch > Ability to limit the result set on the "instances status" call > -------------------------------------------------------------- > > Key: FALCON-303 > URL: https://issues.apache.org/jira/browse/FALCON-303 > Project: Falcon > Issue Type: Task > Reporter: Dmytro Sen > Attachments: FALCON-303.patch > > > Response for the call below sometimes can return tons of information. > {noformat} > curl -H 'Remote-User:username' 'http://host1:15000/api/instance/status/feed/test-replication?start=2013-10-24T00:00Z&end=2014-12-31T00:00Z' > {noformat} > Falcon has the capability to filter by a time range, but for any time range given, the number of results is unbounded. Add "limit" flag. -- This message was sent by Atlassian JIRA (v6.1.5#6160)