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.
Results
Properties associated with the specified vertex.
Rest Call
GET http://localhost:15000/api/metadata/lineage/vertices/properties/40004?relationships=true
Result
{
"results":
{
"timestamp":"2014-04-25T22:20Z",
"name":"local",
"type":"cluster-entity"
},
"totalSize":3
}