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/10 06:13:28 UTC

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

     [ https://issues.apache.org/jira/browse/FALCON-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balu Vellanki updated FALCON-700:
---------------------------------
    Description: 
{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" : "process_instance"},
                   { "name" : "instanceName2", "type" : "process_instance"},
                   ....
                ],
             },
           ....
   ]
}

{noformat}

  was:
{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}


> 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
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> {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" : "process_instance"},
>                    { "name" : "instanceName2", "type" : "process_instance"},
>                    ....
>                 ],
>              },
>            ....
>    ]
> }
> {noformat}



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