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/02 02:59:15 UTC

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

     [ https://issues.apache.org/jira/browse/AMBARI-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Beerbower updated AMBARI-1764:
----------------------------------

    Attachment: AMBARI-1764.patch
    
> 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
>         Attachments: AMBARI-1764.patch
>
>
> 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