[
https://issues.apache.org/jira/browse/AMBARI-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srimanth Gunturi updated AMBARI-5803:
-------------------------------------
Attachment: AMBARI-5803.patch
Review at https://reviews.apache.org/r/21623/
> 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)