You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/05/19 18:29:37 UTC

[jira] [Commented] (AMBARI-5803) Implement Slider Apps View status endpoint

    [ https://issues.apache.org/jira/browse/AMBARI-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001957#comment-14001957 ] 

Srimanth Gunturi commented on AMBARI-5803:
------------------------------------------

+1 received. Committed to trunk.

> Implement Slider Apps View status endpoint
> ------------------------------------------
>
>                 Key: AMBARI-5803
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5803
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.6.1
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.6.1
>
>         Attachments: AMBARI-5803.patch
>
>
> Slider apps view needs to provide its status - whether it is enabled, error messages if not, version, etc. from the following endpoint: {{api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/resources/status}}
> {code}
> {
>   "version": "0.0.1-SNAPSHOT",
>   "viewEnabled": false,
>   "viewErrors": [
>     "Slider applications view requires HDFS service to be started"
>   ]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)