Modified: nifi/site/trunk/docs/nifi-docs/rest-api/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/rest-api/index.html?rev=1874204&r1=1874203&r2=1874204&view=diff
==============================================================================
--- nifi/site/trunk/docs/nifi-docs/rest-api/index.html (original)
+++ nifi/site/trunk/docs/nifi-docs/rest-api/index.html Wed Feb 19 18:04:18 2020
@@ -15,7 +15,7 @@
 -->
 <html>
     <head>
-        <title>NiFi Rest Api-1.11.1</title>
+        <title>NiFi Rest Api-1.11.2</title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
         <link rel="shortcut icon" href="images/nifi16.ico"/>
         <script type="text/javascript" 
src="../../nifi/assets/jquery/dist/jquery.min.js"></script>
@@ -471,7 +471,7 @@
         <div class="header">
             <img class="logo" src="images/bgNifiLogo.png" alt="NiFi Logo"/>
             <div class="title">/nifi-api</div>
-            <div class="sub-title">NiFi Rest Api 1.11.1</div>
+            <div class="sub-title">NiFi Rest Api 1.11.2</div>
             <div class="clear"></div>
         </div>
         <div class="clear"></div>
@@ -37841,7 +37841,7 @@
                 </tr>
             
                 <tr>
-                    <td>connectedToCluster</td>
+                    <td>clustered</td>
                     <td>
                         
                             
@@ -37851,13 +37851,13 @@
                         
                     </td>
                     <td>optional</td>
-                    <td>Whether this NiFi instance is connected to a cluster.
+                    <td>Whether this NiFi instance is clustered.
                         
                         </td>
                 </tr>
             
                 <tr>
-                    <td>clustered</td>
+                    <td>connectedToCluster</td>
                     <td>
                         
                             
@@ -37867,7 +37867,7 @@
                         
                     </td>
                     <td>optional</td>
-                    <td>Whether this NiFi instance is clustered.
+                    <td>Whether this NiFi instance is connected to a cluster.
                         
                         </td>
                 </tr>
@@ -37878,8 +37878,8 @@
     "connectedNodes": "value"<span class="comma">,</span>
     "connectedNodeCount": 0<span class="comma">,</span>
     "totalNodeCount": 0<span class="comma">,</span>
-    "connectedToCluster": true<span class="comma">,</span>
     "clustered": true<span class="comma">,</span>
+    "connectedToCluster": true<span class="comma">,</span>
 &#125;</span></code>
     </div>
     <div class="close">Close</div>
@@ -52507,7 +52507,7 @@
                 </tr>
             
                 <tr>
-                    <td>outputPortCount</td>
+                    <td>inputPortCount</td>
                     <td>
                         
                             
@@ -52517,13 +52517,13 @@
                         
                     </td>
                     <td>optional</td>
-                    <td>The number of output ports in the process group.
+                    <td>The number of input ports in the process group.
                         
                          This property is read only.</td>
                 </tr>
             
                 <tr>
-                    <td>inputPortCount</td>
+                    <td>outputPortCount</td>
                     <td>
                         
                             
@@ -52533,7 +52533,7 @@
                         
                     </td>
                     <td>optional</td>
-                    <td>The number of input ports in the process group.
+                    <td>The number of output ports in the process group.
                         
                          This property is read only.</td>
                 </tr>
@@ -52568,8 +52568,8 @@
     "publicInputPortCount": 0<span class="comma">,</span>
     "publicOutputPortCount": 0<span class="comma">,</span>
     "contents": <span class="nested collapsed"><span class="nested-id 
hidden">FlowSnippetDTO</span><span class="nested-example"><span 
class="open-object">&#123;&#8230;&#125;</span></span></span><span 
class="comma">,</span>
-    "outputPortCount": 0<span class="comma">,</span>
     "inputPortCount": 0<span class="comma">,</span>
+    "outputPortCount": 0<span class="comma">,</span>
 &#125;</span></code>
     </div>
     <div class="close">Close</div>
@@ -53021,7 +53021,7 @@
                 </tr>
             
                 <tr>
-                    <td>outputPortCount</td>
+                    <td>inputPortCount</td>
                     <td>
                         
                             
@@ -53031,13 +53031,13 @@
                         
                     </td>
                     <td>optional</td>
-                    <td>The number of output ports in the process group.
+                    <td>The number of input ports in the process group.
                         
                          This property is read only.</td>
                 </tr>
             
                 <tr>
-                    <td>inputPortCount</td>
+                    <td>outputPortCount</td>
                     <td>
                         
                             
@@ -53047,7 +53047,7 @@
                         
                     </td>
                     <td>optional</td>
-                    <td>The number of input ports in the process group.
+                    <td>The number of output ports in the process group.
                         
                          This property is read only.</td>
                 </tr>
@@ -53082,8 +53082,8 @@
     "publicInputPortCount": 0<span class="comma">,</span>
     "publicOutputPortCount": 0<span class="comma">,</span>
     "parameterContext": <span class="nested collapsed"><span class="nested-id 
hidden">ParameterContextReferenceEntity</span><span 
class="nested-example"><span 
class="open-object">&#123;&#8230;&#125;</span></span></span><span 
class="comma">,</span>
-    "outputPortCount": 0<span class="comma">,</span>
     "inputPortCount": 0<span class="comma">,</span>
+    "outputPortCount": 0<span class="comma">,</span>
 &#125;</span></code>
     </div>
     <div class="close">Close</div>


Reply via email to