Modified: falcon/site/restapi/EntitySuspend.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntitySuspend.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/EntitySuspend.html (original)
+++ falcon/site/restapi/EntitySuspend.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST 
/api/entities/suspend/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -443,6 +443,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -554,7 +561,8 @@
 <p></p>
 <ul>
 <li>:entity-type can either be a feed or a process.</li>
-<li>:entity-name is name of the entity.</li></ul></div>
+<li>:entity-name is name of the entity.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Status of the entity.</p></div>
@@ -564,7 +572,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST http://localhost:15000/api/entities/suspend/process/SampleProcess
+POST http://localhost:15000/api/entities/suspend/process/SampleProcess?doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -586,7 +594,7 @@ POST http://localhost:15000/api/entities
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/EntityTouch.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityTouch.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/EntityTouch.html (original)
+++ falcon/site/restapi/EntityTouch.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST  api/entities/touch/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -308,6 +308,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -419,7 +426,9 @@
 <p></p>
 <ul>
 <li>:entity-type can be feed or process.</li>
-<li>:entity-name is name of the feed or process.</li></ul></div>
+<li>:entity-name is name of the feed or process.</li>
+<li>skipDryRun : Optional query param, Falcon skips oozie dryrun when value is 
set to true.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Result of the validation.</p></div>
@@ -429,7 +438,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST http://localhost:15000/api/entities/touch/process/SampleProcess
+POST 
http://localhost:15000/api/entities/touch/process/SampleProcess?skipDryRun=true&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -451,7 +460,7 @@ POST http://localhost:15000/api/entities
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/EntityUpdate.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityUpdate.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/EntityUpdate.html (original)
+++ falcon/site/restapi/EntityUpdate.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST  api/entities/update/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -443,6 +443,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -554,7 +561,9 @@
 <p></p>
 <ul>
 <li>:entity-type can be feed or process.</li>
-<li>:entity-name is name of the feed or process.</li></ul></div>
+<li>:entity-name is name of the feed or process.</li>
+<li>skipDryRun : Optional query param, Falcon skips oozie dryrun when value is 
set to true.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Result of the validation.</p></div>
@@ -564,7 +573,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST http://localhost:15000/api/entities/update/process/SampleProcess
+POST 
http://localhost:15000/api/entities/update/process/SampleProcess?skipDryRun=false&amp;doAs=joe
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;!-- Daily sample process. Runs at 6th hour every day. Input - last day's 
hourly data. Generates output for yesterday --&gt;
 &lt;process xmlns=&quot;uri:falcon:process:0.1&quot; 
name=&quot;SampleProcess&quot; &gt;
@@ -620,7 +629,7 @@ POST http://localhost:15000/api/entities
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/EntityValidate.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityValidate.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/EntityValidate.html (original)
+++ falcon/site/restapi/EntityValidate.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST  api/entities/validate/entity-type</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -443,6 +443,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -551,7 +558,11 @@
 <p>Validates the submitted entity.</p></div>
 <div class="section">
 <h3>Parameters<a name="Parameters"></a></h3>
-<p>:entity-type can be cluster, feed or process.</p></div>
+<p></p>
+<ul>
+<li>:entity-type can be cluster, feed or process.</li>
+<li>skipDryRun : Optional query param, Falcon skips oozie dryrun when value is 
set to true.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Result of the validation.</p></div>
@@ -594,7 +605,7 @@ POST http://localhost:15000/api/entities
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST http://localhost:15000/api/entities/validate/feed
+POST http://localhost:15000/api/entities/validate/feed?skipDryRun=true
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;!-- Hourly sample input data --&gt;
 
@@ -680,7 +691,7 @@ xmlns:xsi=&quot;http://www.w3.org/2001/X
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST http://localhost:15000/api/entities/validate/process
+POST 
http://localhost:15000/api/entities/validate/process?skipDryRun=false&amp;doAs=joe
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;!-- Daily sample process. Runs at 6th hour every day. Input - last day's 
hourly data. Generates output for yesterday --&gt;
 &lt;process xmlns=&quot;uri:falcon:process:0.1&quot; 
name=&quot;SampleProcess&quot; &gt;
@@ -736,7 +747,7 @@ POST http://localhost:15000/api/entities
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/FeedInstanceListing.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/FeedInstanceListing.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/FeedInstanceListing.html (original)
+++ falcon/site/restapi/FeedInstanceListing.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/instance/listing/feed/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -308,6 +308,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -425,7 +432,8 @@
 <li>end &lt;optional param&gt; Show instances up to this date. Date format is 
yyyy-MM-dd'T'HH:mm'Z'.
 <ul>
 <li>Default is set to now.</li></ul></li>
-<li>colo &lt;optional param&gt; Colo on which the query should be 
run.</li></ul></div>
+<li>colo &lt;optional param&gt; Colo on which the query should be run.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Feed instance availability status</p></div>
@@ -435,7 +443,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-GET 
http://localhost:15000/api/instance/listing/feed/SampleFeed?colo=*&amp;start=2012-04-03T07:00Z
+GET 
http://localhost:15000/api/instance/listing/feed/SampleFeed?colo=*&amp;start=2012-04-03T07:00Z&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -467,7 +475,7 @@ GET http://localhost:15000/api/instance/
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/FeedLookup.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/FeedLookup.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/FeedLookup.html (original)
+++ falcon/site/restapi/FeedLookup.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET api/entities/lookup/feed</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -443,6 +443,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -550,7 +557,7 @@
 <h3>Description<a name="Description"></a></h3></div>
 <div class="section">
 <h3>Parameters<a name="Parameters"></a></h3>
-<p>* path path of the instance for which you want to determine the feed. e.g. 
/data/project1/2014/10/10/23/     Path has to be the complete path and can't be 
a part of it.</p></div>
+<p>* path path of the instance for which you want to determine the feed. e.g. 
/data/project1/2014/10/10/23/     Path has to be the complete path and can't be 
a part of it.     * doAs &lt;optional query param&gt; allows the current user 
to impersonate the user passed in doAs when interacting with the Falcon 
system.</p></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Returns the name of the feed along with the location type(meta/data/stats) 
and cluster on which the given path belongs to this feed.</p></div>
@@ -560,7 +567,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-GET 
http://localhost:15000/api/entities/lookup/feed?path=/data/project1/2014/10/10/23
+GET 
http://localhost:15000/api/entities/lookup/feed?path=/data/project1/2014/10/10/23&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -574,7 +581,7 @@ GET http://localhost:15000/api/entities/
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Added: falcon/site/restapi/FeedSLA.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/FeedSLA.html?rev=1730450&view=auto
==============================================================================
--- falcon/site/restapi/FeedSLA.html (added)
+++ falcon/site/restapi/FeedSLA.html Mon Feb 15 06:02:08 2016
@@ -0,0 +1,499 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-02-09
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET /api/entities/sla-alert/:entity-type</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="../css/site.css" />
+    <link rel="stylesheet" href="../css/print.css" media="print" />
+
+      
+    <script type="text/javascript" 
src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<script type="text/javascript">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../../index.html" 
id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Falcon" 
width="200px" height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://www.apache.org"; id="bannerRight">
+                                                                               
                 <img src="../images/apache-feather-tm.gif"  alt="Falcon" 
height="45px"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org"; class="externalLink" 
title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET /api/entities/sla-alert/:entity-type</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Falcon</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../slides/falcon-overview.html" 
title="Overview">
+          <i class="none"></i>
+        Overview</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../slides/falcon-user-guide.html" 
title="User Guide">
+          <i class="none"></i>
+        User Guide</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../GettingStarted.html" title="Getting 
Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../FalconDocumentation.html" 
title="Architecture">
+          <i class="none"></i>
+        Architecture</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../InstallationSteps.html" 
title="Installation">
+          <i class="none"></i>
+        Installation</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../OnBoarding.html" title="On Boarding">
+          <i class="none"></i>
+        On Boarding</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../Operability.html" title="Operability">
+          <i class="none"></i>
+        Operability</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../EntitySpecification.html" title="Entity 
Specification">
+          <i class="none"></i>
+        Entity Specification</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../FalconCLI.html" title="Client (Falcon 
CLI)">
+          <i class="none"></i>
+        Client (Falcon CLI)</a>
+            </li>
+                                                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                     
+      <li>
+    
+                          <a href="../restapi/ResourceList.html" title="Rest 
API">
+          <i class="icon-chevron-right"></i>
+        Rest API</a>
+                  </li>
+                  
+      <li>
+    
+                          <a href="../HiveIntegration.html" title="Hive 
Integration">
+          <i class="none"></i>
+        Hive Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../Security.html" title="Security">
+          <i class="none"></i>
+        Security</a>
+            </li>
+                              <li class="nav-header">Project Information</li>
+                                
+      <li>
+    
+                          <a href="../project-info.html" title="Summary">
+          <i class="none"></i>
+        Summary</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../mail-lists.html" title="Mailing Lists">
+          <i class="none"></i>
+        Mailing Lists</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://webchat.freenode.net?channels=apachefalcon&uio=d4"; 
class="externalLink" title="IRC">
+          <i class="none"></i>
+        IRC</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../team-list.html" title="Team">
+          <i class="none"></i>
+        Team</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../issue-tracking.html" title="Issue 
Tracking">
+          <i class="none"></i>
+        Issue Tracking</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../source-repository.html" title="Source 
Repository">
+          <i class="none"></i>
+        Source Repository</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/Index"; 
class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../license.html" title="License">
+          <i class="none"></i>
+        License</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/News"; 
class="externalLink" title="News">
+          <i class="none"></i>
+        News</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/PoweredBy"; 
class="externalLink" title="Powered by">
+          <i class="none"></i>
+        Powered by</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/Acknowledgements"; 
class="externalLink" title="Acknowledgements">
+          <i class="none"></i>
+        Acknowledgements</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://blogs.apache.org/falcon/"; 
class="externalLink" title="Blog">
+          <i class="none"></i>
+        Blog</a>
+            </li>
+                              <li class="nav-header">Releases</li>
+                                
+      <li>
+    
+                          <a 
href="http://www.apache.org/dyn/closer.lua/falcon/0.8"; class="externalLink" 
title="0.8">
+          <i class="none"></i>
+        0.8</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://www.apache.org/dyn/closer.lua/falcon/0.7"; class="externalLink" 
title="0.7">
+          <i class="none"></i>
+        0.7</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/falcon/0.6.1"; class="externalLink" 
title="0.6.1">
+          <i class="none"></i>
+        0.6.1</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating"; 
class="externalLink" title="0.6-incubating">
+          <i class="none"></i>
+        0.6-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating"; 
class="externalLink" title="0.5-incubating">
+          <i class="none"></i>
+        0.5-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.4-incubating"; 
class="externalLink" title="0.4-incubating">
+          <i class="none"></i>
+        0.4-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.3-incubating"; 
class="externalLink" title="0.3-incubating">
+          <i class="none"></i>
+        0.3-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/Roadmap"; 
class="externalLink" title="Coming soon">
+          <i class="none"></i>
+        Coming soon</a>
+            </li>
+                              <li class="nav-header">Documentation</li>
+                                
+      <li>
+    
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.8/index.html" title="0.8">
+          <i class="none"></i>
+        0.8</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.7/index.html" title="0.7">
+          <i class="none"></i>
+        0.7</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.6.1/index.html" title="0.6.1">
+          <i class="none"></i>
+        0.6.1</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.6-incubating/index.html" 
title="0.6-incubating">
+          <i class="none"></i>
+        0.6-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.5-incubating/index.html" 
title="0.5-incubating">
+          <i class="none"></i>
+        0.5-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.4-incubating/index.html" 
title="0.4-incubating">
+          <i class="none"></i>
+        0.4-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.3-incubating/index.html" 
title="0.3-incubating">
+          <i class="none"></i>
+        0.3-incubating</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a 
href="http://www.apache.org/foundation/how-it-works.html"; class="externalLink" 
title="How Apache Works">
+          <i class="none"></i>
+        How Apache Works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/"; 
class="externalLink" title="Foundation">
+          <i class="none"></i>
+        Foundation</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://www.apache.org/foundation/sponsorship.html"; class="externalLink" 
title="Sponsoring Apache">
+          <i class="none"></i>
+        Sponsoring Apache</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://www.apache.org/foundation/thanks.html"; class="externalLink" 
title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/"; title="Built 
by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" 
src="../images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section">
+<h3>GET /api/entities/sla-alert/:entity-type<a 
name="GET_apientitiessla-alert:entity-type"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<div class="source">
+<pre>
+Since: 0.8
+
+</pre></div>
+<p>This command lists all the feed instances which have missed sla and are 
still not available. If a feed instance missed sla but is now available, then 
it will not be reported in results. The purpose of this API is alerting and 
hence it  doesn't return feed instances which missed SLA but are available as 
they don't require any action.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:entity-type Only valid option is feed.</li>
+<li>entity-name &lt;optional param&gt; parameter to restrict results for a 
particular feed using feed's name.</li>
+<li>start &lt;mandatory param&gt; start of the time window for nominal 
instances, inclusive.</li>
+<li>end &lt;mandatory param&gt; end of the time window for nominal instances 
to be considered, default is treated as current time.</li>
+<li>colo &lt;optional param&gt; name of the colo</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Pending feed instances which missed SLA.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/entities/sla-alert/feed?colo=*&amp;start=2012-04-03T07:00Z
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;status&quot;:&quot;SUCCEEDED&quot;,
+    &quot;message&quot;:&quot;default/Success!\n&quot;,
+    &quot;requestId&quot;:&quot;default/885720178@qtp-495452957-6 - 
f6e82e9b-d23f-466b-82df-4fb8293ce9cf\n&quot;,
+    &quot;instances&quot;:[
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:33:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA High&quot;},
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:29:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA High&quot;},
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:35:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA Low&quot;},
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:30:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA High&quot;},
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:34:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA High&quot;},
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:31:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA High&quot;},
+            
{&quot;cluster&quot;:&quot;local&quot;,&quot;entityName&quot;:&quot;out&quot;,&quot;entityType&quot;:&quot;FEED&quot;,&quot;instanceTime&quot;:&quot;2015-09-26T17:32:00+05:30&quot;,&quot;tags&quot;:&quot;Missed
 SLA High&quot;}
+    ]
+}
+
+</pre></div>
+<p>In case there are no pending instances which have missed sla the response 
will be like below:</p>
+<div class="source">
+<pre>
+{
+    &quot;status&quot;:&quot;SUCCEEDED&quot;,
+    &quot;message&quot;:&quot;default/Success!\n&quot;,
+    &quot;requestId&quot;:&quot;default/979808239@qtp-1243851750-3 - 
8c7396c0-efe2-43e9-9aea-7ae6afea5fd6\n&quot;
+}
+
+</pre></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    
2013-2016
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+        
+                </div>
+    </footer>
+  </body>
+</html>

Modified: falcon/site/restapi/Graph.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/Graph.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/Graph.html (original)
+++ falcon/site/restapi/Graph.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET api/metadata/lineage/serialize</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -408,6 +408,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -516,7 +523,9 @@
 <p>Dump the graph.</p></div>
 <div class="section">
 <h3>Parameters<a name="Parameters"></a></h3>
-<p>None.</p></div>
+<p></p>
+<ul>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Serialize graph to a file configured using *.falcon.graph.serialize.path in 
Custom startup.properties.</p></div>
@@ -526,7 +535,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-GET http://localhost:15000/api/metadata/lineage/serialize
+GET http://localhost:15000/api/metadata/lineage/serialize?doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -540,7 +549,7 @@ GET http://localhost:15000/api/metadata/
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Added: falcon/site/restapi/InstanceDependencies.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceDependencies.html?rev=1730450&view=auto
==============================================================================
--- falcon/site/restapi/InstanceDependencies.html (added)
+++ falcon/site/restapi/InstanceDependencies.html Mon Feb 15 06:02:08 2016
@@ -0,0 +1,490 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-02-09
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET 
/api/instance/dependencies/:entity-type/:entity-name</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="../css/site.css" />
+    <link rel="stylesheet" href="../css/print.css" media="print" />
+
+      
+    <script type="text/javascript" 
src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<script type="text/javascript">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../../index.html" 
id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Falcon" 
width="200px" height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://www.apache.org"; id="bannerRight">
+                                                                               
                 <img src="../images/apache-feather-tm.gif"  alt="Falcon" 
height="45px"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org"; class="externalLink" 
title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET 
/api/instance/dependencies/:entity-type/:entity-name</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Falcon</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../slides/falcon-overview.html" 
title="Overview">
+          <i class="none"></i>
+        Overview</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../slides/falcon-user-guide.html" 
title="User Guide">
+          <i class="none"></i>
+        User Guide</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../GettingStarted.html" title="Getting 
Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../FalconDocumentation.html" 
title="Architecture">
+          <i class="none"></i>
+        Architecture</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../InstallationSteps.html" 
title="Installation">
+          <i class="none"></i>
+        Installation</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../OnBoarding.html" title="On Boarding">
+          <i class="none"></i>
+        On Boarding</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../Operability.html" title="Operability">
+          <i class="none"></i>
+        Operability</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../EntitySpecification.html" title="Entity 
Specification">
+          <i class="none"></i>
+        Entity Specification</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../FalconCLI.html" title="Client (Falcon 
CLI)">
+          <i class="none"></i>
+        Client (Falcon CLI)</a>
+            </li>
+                                                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                     
+      <li>
+    
+                          <a href="../restapi/ResourceList.html" title="Rest 
API">
+          <i class="icon-chevron-right"></i>
+        Rest API</a>
+                  </li>
+                  
+      <li>
+    
+                          <a href="../HiveIntegration.html" title="Hive 
Integration">
+          <i class="none"></i>
+        Hive Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../Security.html" title="Security">
+          <i class="none"></i>
+        Security</a>
+            </li>
+                              <li class="nav-header">Project Information</li>
+                                
+      <li>
+    
+                          <a href="../project-info.html" title="Summary">
+          <i class="none"></i>
+        Summary</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../mail-lists.html" title="Mailing Lists">
+          <i class="none"></i>
+        Mailing Lists</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://webchat.freenode.net?channels=apachefalcon&uio=d4"; 
class="externalLink" title="IRC">
+          <i class="none"></i>
+        IRC</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../team-list.html" title="Team">
+          <i class="none"></i>
+        Team</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../issue-tracking.html" title="Issue 
Tracking">
+          <i class="none"></i>
+        Issue Tracking</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../source-repository.html" title="Source 
Repository">
+          <i class="none"></i>
+        Source Repository</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/Index"; 
class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../license.html" title="License">
+          <i class="none"></i>
+        License</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/News"; 
class="externalLink" title="News">
+          <i class="none"></i>
+        News</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/PoweredBy"; 
class="externalLink" title="Powered by">
+          <i class="none"></i>
+        Powered by</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/Acknowledgements"; 
class="externalLink" title="Acknowledgements">
+          <i class="none"></i>
+        Acknowledgements</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://blogs.apache.org/falcon/"; 
class="externalLink" title="Blog">
+          <i class="none"></i>
+        Blog</a>
+            </li>
+                              <li class="nav-header">Releases</li>
+                                
+      <li>
+    
+                          <a 
href="http://www.apache.org/dyn/closer.lua/falcon/0.8"; class="externalLink" 
title="0.8">
+          <i class="none"></i>
+        0.8</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://www.apache.org/dyn/closer.lua/falcon/0.7"; class="externalLink" 
title="0.7">
+          <i class="none"></i>
+        0.7</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/falcon/0.6.1"; class="externalLink" 
title="0.6.1">
+          <i class="none"></i>
+        0.6.1</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating"; 
class="externalLink" title="0.6-incubating">
+          <i class="none"></i>
+        0.6-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating"; 
class="externalLink" title="0.5-incubating">
+          <i class="none"></i>
+        0.5-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.4-incubating"; 
class="externalLink" title="0.4-incubating">
+          <i class="none"></i>
+        0.4-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://archive.apache.org/dist/incubator/falcon/0.3-incubating"; 
class="externalLink" title="0.3-incubating">
+          <i class="none"></i>
+        0.3-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="https://cwiki.apache.org/confluence/display/FALCON/Roadmap"; 
class="externalLink" title="Coming soon">
+          <i class="none"></i>
+        Coming soon</a>
+            </li>
+                              <li class="nav-header">Documentation</li>
+                                
+      <li>
+    
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.8/index.html" title="0.8">
+          <i class="none"></i>
+        0.8</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.7/index.html" title="0.7">
+          <i class="none"></i>
+        0.7</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.6.1/index.html" title="0.6.1">
+          <i class="none"></i>
+        0.6.1</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.6-incubating/index.html" 
title="0.6-incubating">
+          <i class="none"></i>
+        0.6-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.5-incubating/index.html" 
title="0.5-incubating">
+          <i class="none"></i>
+        0.5-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.4-incubating/index.html" 
title="0.4-incubating">
+          <i class="none"></i>
+        0.4-incubating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../0.3-incubating/index.html" 
title="0.3-incubating">
+          <i class="none"></i>
+        0.3-incubating</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a 
href="http://www.apache.org/foundation/how-it-works.html"; class="externalLink" 
title="How Apache Works">
+          <i class="none"></i>
+        How Apache Works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/"; 
class="externalLink" title="Foundation">
+          <i class="none"></i>
+        Foundation</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://www.apache.org/foundation/sponsorship.html"; class="externalLink" 
title="Sponsoring Apache">
+          <i class="none"></i>
+        Sponsoring Apache</a>
+            </li>
+                  
+      <li>
+    
+                          <a 
href="http://www.apache.org/foundation/thanks.html"; class="externalLink" 
title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/"; title="Built 
by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" 
src="../images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section">
+<h3>GET /api/instance/dependencies/:entity-type/:entity-name<a 
name="GET_apiinstancedependencies:entity-type:entity-name"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Get dependent instances for a particular instance.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:entity-type Valid options are feed or process.</li>
+<li>:entity-name Name of the entity</li>
+<li>instanceTime &lt;mandatory param&gt; time of the given instance</li>
+<li>colo &lt;optional param&gt; name of the colo</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Dependent instances for the specified instance</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/instance/dependencies/feed/myFeed?colo=*&amp;instanceTime=2012-04-03T07:00Z
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    'status': 'SUCCEEDED',
+    'message': 'default/Success!\n',
+    'dependencies': [
+        {
+            'cluster': 'local',
+            'entityName': 'consumer-process',
+            'entityType': 'PROCESS',
+            'instanceTime': '2014-12-18T00:00Z',
+            'tags': 'Input'
+        },
+        {
+            'cluster': 'local',
+            'entityName': 'producer-process',
+            'entityType': 'PROCESS',
+            'instanceTime': '2014-12-18T00:00Z',
+            'tags': 'Output'
+        }
+    ],
+    'requestId': 
'default/1405883107@qtp-1501726962-6-0c2e690f-546b-47b0-a5ee-0365d4522a31\n'
+}
+
+</pre></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    
2013-2016
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+        
+                </div>
+    </footer>
+  </body>
+</html>

Modified: falcon/site/restapi/InstanceKill.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceKill.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceKill.html (original)
+++ falcon/site/restapi/InstanceKill.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST /api/instance/kill/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -529,7 +536,8 @@
 <li>:entity-name is name of the entity.</li>
 <li>start is the start time of the instance(s) that you want to refer to</li>
 <li>end is the end time of the instance(s) that you want to refer to</li>
-<li>lifecycle &lt;optional param&gt; can be Eviction/Replication(default) for 
feed and Execution(default) for process.</li></ul></div>
+<li>lifecycle &lt;optional param&gt; can be Eviction/Replication(default) for 
feed and Execution(default) for process.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Result of the kill operation.</p></div>
@@ -539,7 +547,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST 
http://localhost:15000/api/instance/kill/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;end=2014-04-03T07:00Z
+POST 
http://localhost:15000/api/instance/kill/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;end=2014-04-03T07:00Z&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -572,7 +580,7 @@ POST http://localhost:15000/api/instance
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/InstanceList.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceList.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceList.html (original)
+++ falcon/site/restapi/InstanceList.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/instance/list/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -544,10 +551,22 @@
 <li>Supports ordering by  
&quot;status&quot;,&quot;startTime&quot;,&quot;endTime&quot;,&quot;cluster&quot;.</li></ul></li>
 <li>sortOrder &lt;optional param&gt; Valid options are &quot;asc&quot; and 
&quot;desc&quot;</li>
 <li>offset &lt;optional param&gt; Show results from the offset, used for 
pagination. Defaults to 0.</li>
-<li>numResults &lt;optional param&gt; Number of results to show per request, 
used for pagination. Only integers &gt; 0 are valid, Default is 
10.</li></ul></div>
+<li>numResults &lt;optional param&gt; Number of results to show per request, 
used for pagination. Only integers &gt; 0 are valid, Default is 10.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
-<p>List of instances of given entity.</p></div>
+<p>List of instances of given entity.</p>
+<p>The possible instance status returned and its meaning are as follows:</p>
+<ul>
+<li>WAITING - The instance is waiting for the corresponding data(feed) 
instances to become available.</li>
+<li>READY - The instance is ready to be scheduled. But, is waiting for 
scheduling conditions to be met. For example, limitation on number of instances 
that can be run in parallel.</li>
+<li>RUNNING - The instance is running on the workflow engine.</li>
+<li>FAILED - The instance has failed during execution.</li>
+<li>KILLED - The instance has been killed either manually or by the 
system.</li>
+<li>SUCCEEDED - The instance has executed successfully.</li>
+<li>SKIPPED - This instance was not executed, but was skipped. For example, 
when the execution order is LAST_ONLY, the older instances are skipped.</li>
+<li>ERROR - There was error while executing this instance on the workflow 
engine.</li>
+<li>UNDEFINED - The status of the instance could not be 
determined.</li></ul></div>
 <div class="section">
 <h3>Examples<a name="Examples"></a></h3></div>
 <div class="section">
@@ -583,7 +602,7 @@ GET http://localhost:15000/api/instance/
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-GET 
http://localhost:15000/api/instance/list/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;filterBy=STATUS:SUCCEEDED,CLUSTER:primary-cluster&amp;orderBy=startTime&amp;offset=2&amp;numResults=2
+GET 
http://localhost:15000/api/instance/list/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;filterBy=STATUS:SUCCEEDED,CLUSTER:primary-cluster&amp;orderBy=startTime&amp;offset=2&amp;numResults=2&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -626,7 +645,7 @@ GET http://localhost:15000/api/instance/
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/InstanceLogs.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceLogs.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceLogs.html (original)
+++ falcon/site/restapi/InstanceLogs.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/instance/logs/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -545,7 +552,8 @@
 <li>Supports ordering by 
&quot;status&quot;,&quot;startTime&quot;,&quot;endTime&quot;,&quot;cluster&quot;.</li></ul></li>
 <li>sortOrder &lt;optional param&gt; Valid options are &quot;asc&quot; and 
&quot;desc&quot;</li>
 <li>offset &lt;optional param&gt; Show results from the offset, used for 
pagination. Defaults to 0.</li>
-<li>numResults &lt;optional param&gt; Number of results to show per request, 
used for pagination. Only integers &gt; 0 are valid, Default is 
10.</li></ul></div>
+<li>numResults &lt;optional param&gt; Number of results to show per request, 
used for pagination. Only integers &gt; 0 are valid, Default is 10.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Log of specified instance.</p></div>
@@ -591,7 +599,7 @@ GET http://localhost:15000/api/instance/
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-GET 
http://localhost:15000/api/instance/logs/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;filterBy=STATUS:SUCCEEDED,CLUSTER:primary-cluster&amp;orderBy=startTime&amp;offset=2&amp;numResults=2
+GET 
http://localhost:15000/api/instance/logs/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;filterBy=STATUS:SUCCEEDED,CLUSTER:primary-cluster&amp;orderBy=startTime&amp;offset=2&amp;numResults=2&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -647,7 +655,7 @@ GET http://localhost:15000/api/instance/
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/InstanceParams.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceParams.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceParams.html (original)
+++ falcon/site/restapi/InstanceParams.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/instance/params/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -529,7 +536,8 @@
 <li>:entity-name Name of the entity.</li>
 <li>start should be the nominal time of the instance for which you want the 
params to be returned</li>
 <li>colo &lt;optional param&gt; Colo on which the query should be run.</li>
-<li>lifecycle &lt;optional param&gt; Valid lifecycles for feed are 
Eviction/Replication(default) and for process is 
Execution(default).</li></ul></div>
+<li>lifecycle &lt;optional param&gt; Valid lifecycles for feed are 
Eviction/Replication(default) and for process is Execution(default).</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>List of instances currently running.</p></div>
@@ -539,7 +547,7 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-http://userqa.user.com:16000/api/instance/params/process/Sample-Process?start=2014-10-01T11:00Z&amp;colo=*
+http://userqa.user.com:16000/api/instance/params/process/Sample-Process?start=2014-10-01T11:00Z&amp;colo=*&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -553,7 +561,7 @@ http://userqa.user.com:16000/api/instanc
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/InstanceRerun.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceRerun.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceRerun.html (original)
+++ falcon/site/restapi/InstanceRerun.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST /api/instance/rerun/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -530,7 +537,8 @@
 <li>start is the start time of the instance that you want to refer to</li>
 <li>end is the end time of the instance that you want to refer to</li>
 <li>lifecycle &lt;optional param&gt; can be Eviction/Replication(default) for 
feed and Execution(default) for process.</li>
-<li>force &lt;optional param&gt; can be used to forcefully rerun the entire 
instance.</li></ul></div>
+<li>force &lt;optional param&gt; can be used to forcefully rerun the entire 
instance.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Results of the rerun command.</p></div>
@@ -566,7 +574,7 @@ POST http://localhost:15000/api/instance
 </pre></div>
 <div class="source">
 <pre>
-POST 
http://localhost:15000/api/instance/rerun/process/SampleProcess?colo=*&amp;start=2013-04-03T07:00Z&amp;end=2014-04-03T07:00Z&amp;force=true
+POST 
http://localhost:15000/api/instance/rerun/process/SampleProcess?colo=*&amp;start=2013-04-03T07:00Z&amp;end=2014-04-03T07:00Z&amp;force=true&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -598,7 +606,7 @@ POST http://localhost:15000/api/instance
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/InstanceResume.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceResume.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceResume.html (original)
+++ falcon/site/restapi/InstanceResume.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - POST /api/instance/resume/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -529,7 +536,8 @@
 <li>:entity-name is name of the entity.</li>
 <li>start is the start time of the instance(s) that you want to refer to</li>
 <li>end is the end time of the instance(s) that you want to refer to</li>
-<li>lifecycle &lt;optional param&gt; can be Eviction/Replication(default) for 
feed and Execution(default) for process.</li></ul></div>
+<li>lifecycle &lt;optional param&gt; can be Eviction/Replication(default) for 
feed and Execution(default) for process.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>Results of the resume command.</p></div>
@@ -539,29 +547,28 @@
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-POST 
http://localhost:15000/api/instance/resume/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;end=2014-04-03T07:00Z
-
-</pre></div></div>
-<div class="section">
-<h4>Result<a name="Result"></a></h4>
+           POST 
http://localhost:15000/api/instance/resume/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;end=2014-04-03T07:00Z&amp;doAs=joe
+           
+</pre></div>
+<p>---+++ Result</p>
 <div class="source">
 <pre>
-{
-    &quot;instances&quot;: [
-        {
-            &quot;details&quot;: &quot;&quot;,
-            &quot;startTime&quot;: &quot;2013-10-21T15:19:57-07:00&quot;,
-            &quot;cluster&quot;: &quot;primary-cluster&quot;,
-            &quot;logFile&quot;: 
&quot;http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W&quot;,
-            &quot;status&quot;: &quot;RUNNING&quot;,
-            &quot;instance&quot;: &quot;2012-04-03T07:00Z&quot;
-        }
-    ],
-    &quot;requestId&quot;: 
&quot;default\/e88ff2e0-2af7-4829-a360-f92e95be2981\n&quot;,
-    &quot;message&quot;: &quot;default\/RESUME\n&quot;,
-    &quot;status&quot;: &quot;SUCCEEDED&quot;
-}
-
+           {
+               &quot;instances&quot;: [
+                   {
+                       &quot;details&quot;: &quot;&quot;,
+                       &quot;startTime&quot;: 
&quot;2013-10-21T15:19:57-07:00&quot;,
+                       &quot;cluster&quot;: &quot;primary-cluster&quot;,
+                       &quot;logFile&quot;: 
&quot;http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W&quot;,
+                       &quot;status&quot;: &quot;RUNNING&quot;,
+                       &quot;instance&quot;: &quot;2012-04-03T07:00Z&quot;
+                   }
+               ],
+               &quot;requestId&quot;: 
&quot;default\/e88ff2e0-2af7-4829-a360-f92e95be2981\n&quot;,
+               &quot;message&quot;: &quot;default\/RESUME\n&quot;,
+               &quot;status&quot;: &quot;SUCCEEDED&quot;
+           }
+           
 </pre></div></div>
                   </div>
             </div>
@@ -571,7 +578,7 @@ POST http://localhost:15000/api/instance
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     

Modified: falcon/site/restapi/InstanceRunning.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceRunning.html?rev=1730450&r1=1730449&r2=1730450&view=diff
==============================================================================
--- falcon/site/restapi/InstanceRunning.html (original)
+++ falcon/site/restapi/InstanceRunning.html Mon Feb 15 06:02:08 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-08
+ | Generated by Apache Maven Doxia at 2016-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160209" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/instance/running/:entity-type/:entity-name</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-08</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-02-09</li> 
             
                             </ul>
       </div>
@@ -415,6 +415,13 @@
                                 
       <li>
     
+                          <a href="../0.9/index.html" title="0.9 (Current)">
+          <i class="none"></i>
+        0.9 (Current)</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../0.8/index.html" title="0.8">
           <i class="none"></i>
         0.8</a>
@@ -538,7 +545,8 @@
 <li>Supports ordering by 
&quot;status&quot;,&quot;startTime&quot;,&quot;endTime&quot;,&quot;cluster&quot;.</li></ul></li>
 <li>sortOrder &lt;optional param&gt; Valid options are &quot;asc&quot; and 
&quot;desc&quot;</li>
 <li>offset &lt;optional param&gt; Show results from the offset, used for 
pagination. Defaults to 0.</li>
-<li>numResults &lt;optional param&gt; Number of results to show per request, 
used for pagination. Only integers &gt; 0 are valid, Default is 
10.</li></ul></div>
+<li>numResults &lt;optional param&gt; Number of results to show per request, 
used for pagination. Only integers &gt; 0 are valid, Default is 10.</li>
+<li>doAs &lt;optional query param&gt; allows the current user to impersonate 
the user passed in doAs when interacting with the Falcon system.</li></ul></div>
 <div class="section">
 <h3>Results<a name="Results"></a></h3>
 <p>List of instances currently running.</p></div>
@@ -574,7 +582,7 @@ GET http://localhost:15000/api/instance/
 <h4>Rest Call<a name="Rest_Call"></a></h4>
 <div class="source">
 <pre>
-GET 
http://localhost:15000/api/instance/running/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;filterBy=CLUSTER:primary-cluster&amp;orderBy=startTime&amp;offset=2&amp;numResults=2
+GET 
http://localhost:15000/api/instance/running/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;filterBy=CLUSTER:primary-cluster&amp;orderBy=startTime&amp;offset=2&amp;numResults=2&amp;doAs=joe
 
 </pre></div></div>
 <div class="section">
@@ -617,7 +625,7 @@ GET http://localhost:15000/api/instance/
 
     <footer>
             <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    
2013-2015
+              <div class="row span12">Copyright &copy;                    
2013-2016
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
                     


Reply via email to