This project has retired. For details please refer to its Attic page.
Falcon - GET api/metadata/lineage/edges/:id

GET api/metadata/lineage/edges/:id

Description

Gets the edge with specified id.

Parameters

  • :id is the unique id of the edge.

Results

Edge with the specified id.

Examples

Rest Call

GET http://localhost:15000/api/metadata/lineage/edges/Q6t-c-5g

Result

{
    "results":
        {
            "_id":"Q6t-c-5g",
            "_type":"edge",
            "_outV":12,
            "_inV":16,
            "_label":"output"
        }
}