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

Reply via email to