Srimanth Gunturi created AMBARI-5803:
----------------------------------------
Summary: 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
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)