Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-480 Add a discovery/search API with specific dimensions to discover relationships captured
  3. FALCON-700

Given a pipeline name, get all process entities and the corresponding Instance relations.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.6
    • None
    • webapp
    • None

    Description

      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"},
                         ....
                      ],
                   },
                 ....
         ]
      }
      
      

      Attachments

        Activity

          People

            bvellanki Balu Vellanki
            bvellanki Balu Vellanki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 48h
                48h
                Remaining:
                Remaining Estimate - 48h
                48h
                Logged:
                Time Spent - Not Specified
                Not Specified