Nate Cole created AMBARI-5467:
---------------------------------

             Summary: Flume: add processes endpoint
                 Key: AMBARI-5467
                 URL: https://issues.apache.org/jira/browse/AMBARI-5467
             Project: Ambari
          Issue Type: Task
          Components: controller
            Reporter: Nate Cole
            Assignee: Nate Cole
             Fix For: 1.6.0


Add a generic facility to report on processes.  The first host_component to 
support this will be a FLUME_HANDLER to report on the running flume processes.  
The format of this command will be:
{noformat}
GET /api/v1/clusters/c1/hosts/h1/host_components/FLUME_HANDLER/processes
{
  "href": "http://...";,
  "items": [
    {
      "name": "a1",
      "status": "RUNNING"
    },
    {
      "name": "b1",
      "status": "NOT_RUNNING"
    }
  ]
}
{noformat}



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

Reply via email to