You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2013/04/01 23:55:18 UTC

[jira] [Created] (AMBARI-1764) Unable to get all tasks from more than one request_id by one request

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