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 2014/10/06 23:57:33 UTC

[jira] [Updated] (AMBARI-7664) Views : View API request for non-existent view should return 404

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

Tom Beerbower updated AMBARI-7664:
----------------------------------
    Attachment: AMBARI-7664.patch

> Views : View API request for non-existent view should return 404
> ----------------------------------------------------------------
>
>                 Key: AMBARI-7664
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7664
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-7664.patch
>
>
> The request ...
> {code}
> GET http://c6401.ambari.apache.org:8080/api/v1/views/BadView
> {code}
> ... where 'BadView' is not a deployed view, should return a 404.
> {code}
> {
>   "status" : 404,
>   "message" : "The requested resource doesn't exist: View not found, ViewInfo/view_name=BadView"
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)