You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2014/09/09 20:13:28 UTC

[jira] [Created] (FALCON-700) Given a pipeline name, get all process entities and the corresponding Instance relations.

Balu Vellanki created FALCON-700:
------------------------------------

             Summary: Given a pipeline name, get all process entities and the corresponding Instance relations. 
                 Key: FALCON-700
                 URL: https://issues.apache.org/jira/browse/FALCON-700
             Project: Falcon
          Issue Type: Sub-task
          Components: webapp
    Affects Versions: 0.6
            Reporter: Balu Vellanki
            Assignee: Balu Vellanki


{noformat}
GET http://host/metadata/$pipeline/pipeline

Examples:
GET http://host/graphs/metadata/testPipeline/pipeline

Result:
{
"pipeline" : "testPipeline",
"processEntities" : [ 
            {
                "name" : "sample-process",
                "propertyKey" : "propertyVal",
                "instances" : [
                   { "name" : "instanceName1", "type" : "feed_instance"},
                   { "name" : "instanceName2", "type" : "process_instance"},
                   ....
                ],
             },
           ....
   ]
}

{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)