From ambari-dev-return-6700-apmail-incubator-ambari-dev-archive=incubator.apache.org@incubator.apache.org Mon Apr 1 21:55:19 2013 Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-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 238D6FAAE for ; Mon, 1 Apr 2013 21:55:19 +0000 (UTC) Received: (qmail 54636 invoked by uid 500); 1 Apr 2013 21:55:19 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 54617 invoked by uid 500); 1 Apr 2013 21:55:19 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 54609 invoked by uid 99); 1 Apr 2013 21:55:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 21:55:19 +0000 Date: Mon, 1 Apr 2013 21:55:18 +0000 (UTC) From: "Tom Beerbower (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-1764) Unable to get all tasks from more than one request_id by one request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Tom Beerbower created AMBARI-1764: ------------------------------------- Summary: Unable to get all tasks from more than one request_id by one request Key: AMBARI-1764 URL: https://issues.apache.org/jira/browse/AMBARI-1764 Project: Ambari Issue Type: Bug Reporter: Tom Beerbower Assignee: Tom Beerbower When trying to get tasks from more than one request_id returns tasks only for one. request "api/v1/clusters/mycluster/requests?Requests/id=1|Requests/id=2" returns: {code} { "href" : "http://ec2-23-20-223-127.compute-1.amazonaws.com:8080/api/v1/clusters/mycluster/requests?Requests/id=1|Requests/id=2", "items" : [ { "href" : "http://ec2-23-20-223-127.compute-1.amazonaws.com:8080/api/v1/clusters/mycluster/requests/2", "Requests" : { "id" : 2, "cluster_name" : "mycluster" } } ] } {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira