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/23 03:36:02 UTC

[jira] [Created] (AMBARI-5863) Slider Apps view API for app does not populate subresources

Srimanth Gunturi created AMBARI-5863:
----------------------------------------

             Summary: Slider Apps view API for app does not populate subresources
                 Key: AMBARI-5863
                 URL: https://issues.apache.org/jira/browse/AMBARI-5863
             Project: Ambari
          Issue Type: Task
          Components: client
    Affects Versions: 1.6.1
            Reporter: Srimanth Gunturi
            Assignee: Srimanth Gunturi
             Fix For: 1.6.1


API for app and apps does not provide sub resources like JMX, quick links, configs, etc.
{code}
{
      "href" : "http://c6401:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/apps/1399950379868_2",
      "components" : null,
      "configs" : null,
      "diagnostics" : "freeze command issued",
      "endTime" : 1400741208154,
      "id" : "1399950379868_2",
      "instance_name" : "SLIDER_1",
      "jmx" : null,
      "name" : "hoya1",
      "startTime" : 1400740740784,
      "state" : "FINISHED",
      "type" : "org.apache.slider",
      "urls" : null,
      "user" : "hdfs",
      "version" : "1.0.0",
      "view_name" : "SLIDER",
      "yarnId" : "application_1399950379868_0002"
    },
{code}



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