Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69409186B6 for ; Fri, 11 Mar 2016 04:54:42 +0000 (UTC) Received: (qmail 68127 invoked by uid 500); 11 Mar 2016 04:54:42 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 68034 invoked by uid 500); 11 Mar 2016 04:54:42 -0000 Mailing-List: contact commits-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list commits@falcon.apache.org Received: (qmail 66059 invoked by uid 99); 11 Mar 2016 04:54:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 04:54:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DF01EDFC6C; Fri, 11 Mar 2016 04:54:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pallavi@apache.org To: commits@falcon.apache.org Date: Fri, 11 Mar 2016 04:55:04 -0000 Message-Id: <85263047e9b9445583a8af2e955dfaf4@git.apache.org> In-Reply-To: <2cfe11a056884fd0850abc5a02de7486@git.apache.org> References: <2cfe11a056884fd0850abc5a02de7486@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/51] [partial] falcon git commit: FALCON-1830 Make changes to generate html under content folder http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceKill.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceKill.html b/content/0.5-incubating/restapi/InstanceKill.html new file mode 100644 index 0000000..1e50230 --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceKill.html @@ -0,0 +1,148 @@ + + + + + + + + + Falcon - POST /api/instance/kill/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

POST /api/instance/kill/:entity-type/:entity-name

+

+
+
+

Description

+

Kill a currently running instance.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start start time of the entity.
+
+

Results

+

Result of the kill operation.

+
+

Examples

+
+

Rest Call

+
+
+POST http://localhost:15000/api/instance/kill/process/SampleProcess?colo=*&start=2012-04-03T07:00Z
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "details": "",
+            "endTime": "2013-10-21T15:26:59-07:00",
+            "startTime": "2013-10-21T15:19:57-07:00",
+            "cluster": "primary-cluster",
+            "logFile": "http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W",
+            "status": "KILLED",
+            "instance": "2012-04-03T07:00Z"
+        }
+    ],
+    "requestId": "default\/23b3cfee-ee22-40c0-825d-39c322587d5f\n",
+    "message": "default\/KILL\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceLogs.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceLogs.html b/content/0.5-incubating/restapi/InstanceLogs.html new file mode 100644 index 0000000..7b4e9a3 --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceLogs.html @@ -0,0 +1,156 @@ + + + + + + + + + Falcon - GET /api/instance/logs/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET /api/instance/logs/:entity-type/:entity-name

+

+
+
+

Description

+

Get log of a specific instance of an entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start is the start time of the instance that you want to refer to
  • +
  • end <optional param> is the end time of the instance that you want to refer to
+
+

Results

+

Log of specified instance.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/instance/logs/process/SampleProcess?colo=*&start=2012-04-03T07:00Z
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "actions": [
+                {
+                    "logFile": "http:\/\/localhost:50070\/data\/apps\/falcon\/staging\/falcon\/workflows\/process\/SampleProcess\/logs\/job-2012-04-03-07-00\/000\/pig_SUCCEEDED.log",
+                    "status": "SUCCEEDED",
+                    "action": "pig"
+                }
+            ],
+            "details": "",
+            "endTime": "2013-10-21T14:40:26-07:00",
+            "startTime": "2013-10-21T14:39:56-07:00",
+            "cluster": "primary-cluster",
+            "logFile": "http:\/\/localhost:50070\/data\/apps\/falcon\/staging\/falcon\/workflows\/process\/SampleProcess\/logs\/job-2012-04-03-07-00\/000\/oozie.log",
+            "status": "SUCCEEDED",
+            "instance": "2012-04-03T07:00Z"
+        }
+    ],
+    "requestId": "default\/3527038e-8334-4e50-8173-76c4fa430d0b\n",
+    "message": "default\/STATUS\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceRerun.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceRerun.html b/content/0.5-incubating/restapi/InstanceRerun.html new file mode 100644 index 0000000..200e44c --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceRerun.html @@ -0,0 +1,147 @@ + + + + + + + + + Falcon - POST /api/instance/rerun/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

POST /api/instance/rerun/:entity-type/:entity-name

+

+
+
+

Description

+

Rerun a specific instance of an entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start is the start time of the instance that you want to refer to
+
+

Results

+

Results of the rerun command.

+
+

Examples

+
+

Rest Call

+
+
+POST http://localhost:15000/api/instance/rerun/process/SampleProcess?colo=*&start=2012-04-03T07:00Z
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "details": "",
+            "startTime": "2013-10-21T15:10:47-07:00",
+            "cluster": "primary-cluster",
+            "logFile": "http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W",
+            "status": "RUNNING",
+            "instance": "2012-04-03T07:00Z"
+        }
+    ],
+    "requestId": "default\/7a3582bd-608c-45a7-9b74-1837b51ba6d5\n",
+    "message": "default\/RERUN\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceResume.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceResume.html b/content/0.5-incubating/restapi/InstanceResume.html new file mode 100644 index 0000000..ee16ada --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceResume.html @@ -0,0 +1,147 @@ + + + + + + + + + Falcon - POST /api/instance/resume/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

POST /api/instance/resume/:entity-type/:entity-name

+

+
+
+

Description

+

Resume a specific instance of an entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start is the start time of the instance that you want to refer to
+
+

Results

+

Results of the resume command.

+
+

Examples

+
+

Rest Call

+
+
+POST http://localhost:15000/api/instance/resume/process/SampleProcess?colo=*&start=2012-04-03T07:00Z
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "details": "",
+            "startTime": "2013-10-21T15:19:57-07:00",
+            "cluster": "primary-cluster",
+            "logFile": "http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W",
+            "status": "RUNNING",
+            "instance": "2012-04-03T07:00Z"
+        }
+    ],
+    "requestId": "default\/e88ff2e0-2af7-4829-a360-f92e95be2981\n",
+    "message": "default\/RESUME\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceRunning.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceRunning.html b/content/0.5-incubating/restapi/InstanceRunning.html new file mode 100644 index 0000000..9e1b971 --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceRunning.html @@ -0,0 +1,144 @@ + + + + + + + + + Falcon - GET /api/instance/running/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET /api/instance/running/:entity-type/:entity-name

+

+
+
+

Description

+

Get a list of instances currently running for a given entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
+
+

Results

+

List of instances currently running.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/instance/running/process/SampleProcess?colo=*
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "startTime": "2013-10-21T14:39:28-07:00",
+            "cluster": "primary-cluster",
+            "status": "RUNNING",
+            "instance": "2012-04-03T06:00Z"
+        }
+    ],
+    "requestId": "default\/12e9a7d4-3b4f-4a76-b471-c8f3786a62a0\n",
+    "message": "default\/Running Instances\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceStatus.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceStatus.html b/content/0.5-incubating/restapi/InstanceStatus.html new file mode 100644 index 0000000..7fd2e02 --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceStatus.html @@ -0,0 +1,149 @@ + + + + + + + + + Falcon - GET /api/instance/status/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET /api/instance/status/:entity-type/:entity-name

+

+
+
+

Description

+

Get status of a specific instance of an entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start is the start time of the instance that you want to refer to
  • +
  • end <optional param> is the end time of the instance that you want to refer to
+
+

Results

+

Status of the specified instance.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/instance/status/process/SampleProcess?colo=*&start=2012-04-03T07:00Z
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "details": "",
+            "endTime": "2013-10-21T14:40:26-07:00",
+            "startTime": "2013-10-21T14:39:56-07:00",
+            "cluster": "primary-cluster",
+            "logFile": "http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W",
+            "status": "SUCCEEDED",
+            "instance": "2012-04-03T07:00Z"
+        }
+    ],
+    "requestId": "default\/e15bb378-d09f-4911-9df2-5334a45153d2\n",
+    "message": "default\/STATUS\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceSummary.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceSummary.html b/content/0.5-incubating/restapi/InstanceSummary.html new file mode 100644 index 0000000..f6dd003 --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceSummary.html @@ -0,0 +1,152 @@ + + + + + + + + + Falcon - GET /api/instance/summary/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET /api/instance/summary/:entity-type/:entity-name

+

+
+
+

Description

+

Get summary of instance/instances of an entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start is the start time of the instance that you want to refer to
  • +
  • end <optional param> is the end time of the instance that you want to refer to
+
+

Results

+

Summary of the instances over the specified time range

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/instance/summary/process/WordCount?colo=*&start=2014-01-21T13:00Z&end=2014-01-21T16:00Z
+Remote-User: suhas
+
+
+
+

Result

+
+
+{
+    "status":"SUCCEEDED",
+    "message":"default/SUMMARY\n",
+    "requestId":"default/c344567b-da73-44d5-bcd4-bf456524934c\n",
+    "instancesSummary":
+        {
+            "cluster":"local",
+            "map":
+                {
+                    "entry":
+                        {
+                            "key":"SUCCEEDED",
+                            "value":"3"
+                         }
+                }
+            }
+        }
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/InstanceSuspend.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/InstanceSuspend.html b/content/0.5-incubating/restapi/InstanceSuspend.html new file mode 100644 index 0000000..61f2f93 --- /dev/null +++ b/content/0.5-incubating/restapi/InstanceSuspend.html @@ -0,0 +1,148 @@ + + + + + + + + + Falcon - POST /api/instance/suspend/:entity-type/:entity-name + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

POST /api/instance/suspend/:entity-type/:entity-name

+

+
+
+

Description

+

Suspend a specific instance of an entity.

+
+

Parameters

+

+
    +
  • :entity-type can either be a feed or a process.
  • +
  • :entity-name is name of the entity.
  • +
  • start is the start time of the instance that you want to refer to
+
+

Results

+

Results of the suspend command.

+
+

Examples

+
+

Rest Call

+
+
+POST http://localhost:15000/api/instance/suspend/process/SampleProcess?colo=*&start=2012-04-03T07:00Z
+
+
+
+

Result

+
+
+{
+    "instances": [
+        {
+            "details": "",
+            "endTime": "2013-10-21T15:15:01-07:00",
+            "startTime": "2013-10-21T15:14:32-07:00",
+            "cluster": "primary-cluster",
+            "logFile": "http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W",
+            "status": "SUCCEEDED",
+            "instance": "2012-04-03T07:00Z"
+        }
+    ],
+    "requestId": "default\/ff07e45b-b6da-4f47-ae96-9182bd8a7e53\n",
+    "message": "default\/SUSPEND\n",
+    "status": "SUCCEEDED"
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/ResourceList.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/ResourceList.html b/content/0.5-incubating/restapi/ResourceList.html new file mode 100644 index 0000000..2f6fa44 --- /dev/null +++ b/content/0.5-incubating/restapi/ResourceList.html @@ -0,0 +1,276 @@ + + + + + + + + + Falcon - RESTful Resources + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

RESTful Resources

+ +
+

Authentication

+

When security is off (Pseudo/Simple), the authenticated user is the username specified in the user.name query parameter. If the user.name parameter is not set, the server may either set the authenticated user to a default web user, if there is any, or return an error response.

+

When security is on (kerberos), authentication is performed by Kerberos SPNEGO.

+

Below are examples using the curl command tool.

+

Authentication when security is off (Pseudo/Simple):

+
+
+curl -i "http://<HOST>:<PORT>/<PATH>?[user.name=<USER>&]<PARAM>=..."
+
+
+

Authentication using Kerberos SPNEGO when security is on:

+
+
+curl -i --negotiate -u : "http://<HOST>:<PORT>/<PATH>?<PARAM>=..."
+
+
+

See also: Security in Falcon

+
+

REST Call on Admin Resource

+

+ + + + + + + + + + + + + + + + +
Call TypeResourceDescription
GETapi/admin/stackGet stack of the server
GETapi/admin/versionGet version of the server
GETapi/admin/config/:config-typeGet configuration information of the server
+
+

REST Call on Entity Resource

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Call TypeResourceDescription
POSTapi/entities/validate/:entity-typeValidate the entity
POSTapi/entities/submit/:entity-typeSubmit the entity
POSTapi/entities/update/:entity-type/:entity-nameUpdate the entity
POSTapi/entities/submitAndSchedule/:entity-typeSubmit & Schedule the entity
POSTapi/entities/schedule/:entity-type/:entity-nameSchedule the entity
POSTapi/entities/suspend/:entity-type/:entity-nameSuspend the entity
POSTapi/entities/resume/:entity-type/:entity-nameResume the entity
DELETEapi/entities/delete/:entity-type/:entity-nameDelete the entity
GETapi/entities/status/:entity-type/:entity-nameGet the status of the entity
GETapi/entities/definition/:entity-type/:entity-nameGet the definition of the entity
GETapi/entities/list/:entity-type?fields=:fieldsGet the list of entities
GETapi/entities/dependencies/:entity-type/:entity-nameGet the dependencies of the entity
+
+

REST Call on Feed and Process Instances

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Call TypeResourceDescription
GETapi/instance/running/:entity-type/:entity-nameList of running instances.
GETapi/instance/status/:entity-type/:entity-nameStatus of a given instance
POSTapi/instance/kill/:entity-type/:entity-nameKill a given instance
POSTapi/instance/suspend/:entity-type/:entity-nameSuspend a running instance
POSTapi/instance/resume/:entity-type/:entity-nameResume a given instance
POSTapi/instance/rerun/:entity-type/:entity-nameRerun a given instance
GETapi/instance/logs/:entity-type/:entity-nameGet logs of a given instance
+
+

REST Call on Lineage Graph

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Call TypeResourceDescription
GETapi/graphs/lineage/serializedump the graph
GETapi/graphs/lineage/vertices/allget all vertices
GETapi/graphs/lineage/vertices?key=:key&value=:valueget all vertices for a key index
GETapi/graphs/lineage/vertices/:idget the vertex with the specified id
GETapi/graphs/lineage/vertices/properties/:id?relationships=:trueget the properties of the vertex with the specified id
GETapi/graphs/lineage/vertices/:id/:directionget the adjacent vertices or edges of the vertex with the specified direction
GETapi/graphs/lineage//edges/allget all edges
GETapi/graphs/lineage/edges/:idget the edge with the specified id
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/Vertex.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/Vertex.html b/content/0.5-incubating/restapi/Vertex.html new file mode 100644 index 0000000..f71f9c0 --- /dev/null +++ b/content/0.5-incubating/restapi/Vertex.html @@ -0,0 +1,142 @@ + + + + + + + + + Falcon - GET api/graphs/lineage/vertices/:id + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET api/graphs/lineage/vertices/:id

+

+
+
+

Description

+

Gets the vertex with specified id.

+
+

Parameters

+

+
    +
  • :id is the unique id of the vertex.
+
+

Results

+

Vertex with the specified id.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/graphs/lineage/vertices/4
+
+
+
+

Result

+
+
+{
+    "results": [
+        {
+            "timestamp":"2014-04-21T20:55Z",
+            "name":"sampleIngestProcess",
+            "type":"process-instance",
+            "version":"2.0.0",
+            "_id":4,
+            "_type":"vertex"
+        }
+    ]
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/VertexProperties.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/VertexProperties.html b/content/0.5-incubating/restapi/VertexProperties.html new file mode 100644 index 0000000..3728035 --- /dev/null +++ b/content/0.5-incubating/restapi/VertexProperties.html @@ -0,0 +1,140 @@ + + + + + + + + + Falcon - GET api/graphs/lineage/vertices/properties/:id?relationships=:true + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET api/graphs/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.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/graphs/lineage/vertices/properties/40004?relationships=true
+
+
+
+

Result

+
+
+{
+    "results":
+        {
+            "timestamp":"2014-04-25T22:20Z",
+            "name":"local",
+            "type":"cluster-entity"
+        },
+    "totalSize":3
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/restapi/Vertices.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/restapi/Vertices.html b/content/0.5-incubating/restapi/Vertices.html new file mode 100644 index 0000000..3fdc631 --- /dev/null +++ b/content/0.5-incubating/restapi/Vertices.html @@ -0,0 +1,144 @@ + + + + + + + + + Falcon - GET api/graphs/lineage/vertices?key=:key&value=:value + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET api/graphs/lineage/vertices?key=:key&value=:value

+

+
+
+

Description

+

Get all vertices for a key index given the specified value.

+
+

Parameters

+

+
    +
  • :key is the key to be matched.
  • +
  • :value is the associated value of the key.
+
+

Results

+

All vertices matching given property key and a value.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/graphs/lineage/vertices?key=name&value=sampleIngestProcess
+
+
+
+

Result

+
+
+{
+    "results": [
+        {
+            "timestamp":"2014-04-21T20:55Z",
+            "name":"sampleIngestProcess",
+            "type":"process-instance",
+            "version":"2.0.0",
+            "_id":4,
+            "_type":"vertex"
+        }
+    ],
+    "totalSize": 1
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.5-incubating/source-repository.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/source-repository.html b/content/0.5-incubating/source-repository.html new file mode 100644 index 0000000..e25a064 --- /dev/null +++ b/content/0.5-incubating/source-repository.html @@ -0,0 +1,117 @@ + + + + + + + + + Falcon - Source Repository + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

Overview

+

This project uses a Source Content Management System to manage its source code.

+
+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+
+

Anonymous Access

+

Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

+
+
https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.5-incubating
+
+

Developer Access

+

Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

+
+
https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.5-incubating
+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+ +
+ + + +