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 10:38:37 UTC

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

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)