This project has retired. For details please refer to its Attic page.
Falcon - GET api/metadata/lineage/vertices/properties/:id?relationships=:true

GET api/metadata/lineage/vertices/properties/:id?relationships=:true

Description

Gets the properties of the vertex with specified id.

Parameters

  • :id is the unique id of the vertex.
  • :relationships has default value of false. Pass true if relationships should be fetched.
  • doAs <optional query param> allows the current user to impersonate the user passed in doAs when interacting with the Falcon system.

Results

Properties associated with the specified vertex.

Examples

Rest Call

GET http://localhost:15000/api/metadata/lineage/vertices/properties/40004?relationships=true&doAs=joe

Result

{
    "results":
        {
            "timestamp":"2014-04-25T22:20Z",
            "name":"local",
            "type":"cluster-entity"
        },
    "totalSize":3
}