You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/09/02 22:59:21 UTC

[jira] [Created] (FALCON-661) Add list types API

Venkatesh Seetharam created FALCON-661:
------------------------------------------

             Summary: Add list types API
                 Key: FALCON-661
                 URL: https://issues.apache.org/jira/browse/FALCON-661
             Project: Falcon
          Issue Type: Sub-task
    Affects Versions: 0.6
            Reporter: Venkatesh Seetharam
            Assignee: Balu Vellanki


{noformat}
List types API - Balu
GET http://host/graphs/lineage/$dim-type/$dim-name/list?$cluster_name&range=


GET http://host/graphs/lineage/$type/list?$optional_cluster_name=foo

$type as in org.apache.falcon.metadata.RelationshipType
except instance vertex types

Examples:
List all feed entities
GET http://host/graphs/lineage/feed/list

List all feed entities for a given cluster
GET http://host/graphs/lineage/feed/list?cluster_name=foo_cluster

GET http://host/graphs/lineage/cluster/list
GET http://host/graphs/lineage/process/list

GET http://host/graphs/lineage/users/list
GET http://host/graphs/lineage/colo/list
GET http://host/graphs/lineage/tags/list
GET http://host/graphs/lineage/groups/list
GET http://host/graphs/lineage/pipelines/list
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)