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.
  • doAs <optional query param> allows the current user to impersonate the user passed in doAs when interacting with the Falcon system.

Results

Edge with the specified id.

Examples

Rest Call

GET http://localhost:15000/api/metadata/lineage/edges/Q6t-c-5g?doAs=joe

Result

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