You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by gi...@apache.org on 2017/12/28 16:39:51 UTC

[2/2] incubator-trafficcontrol-website git commit: Update docs from commit ce9d93f63ef958bf9165cc258555a62b79851ecd

Update docs from commit ce9d93f63ef958bf9165cc258555a62b79851ecd


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/42f7effa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/42f7effa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/42f7effa

Branch: refs/heads/asf-site
Commit: 42f7effa7fd6fe3ace5b8d1a9c9b48e847267483
Parents: 83f1010
Author: jenkins <bu...@apache.org>
Authored: Thu Dec 28 16:39:47 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Thu Dec 28 16:39:47 2017 +0000

----------------------------------------------------------------------
 .../development/traffic_ops_api/v12/parameter.rst.txt       | 7 +++++--
 docs/master/development/traffic_ops_api/v12/parameter.html  | 9 +++++++--
 docs/master/searchindex.js                                  | 2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/42f7effa/docs/master/_sources/development/traffic_ops_api/v12/parameter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/development/traffic_ops_api/v12/parameter.rst.txt b/docs/master/_sources/development/traffic_ops_api/v12/parameter.rst.txt
index 0326006..9c0f65b 100644
--- a/docs/master/_sources/development/traffic_ops_api/v12/parameter.rst.txt
+++ b/docs/master/_sources/development/traffic_ops_api/v12/parameter.rst.txt
@@ -151,7 +151,7 @@ Parameter
 	+-----------------+--------+----------------------------------------------------+
 	|    Parameter    |  Type  |                    Description                     |
 	+=================+========+====================================================+
-	| ``lastUpdated`` | array  | The Time / Date this server entry was last updated |
+	| ``lastUpdated`` | string | The Time / Date this server entry was last updated |
 	+-----------------+--------+----------------------------------------------------+
 	| ``name``        | string | The name for the profile                           |
 	+-----------------+--------+----------------------------------------------------+
@@ -159,6 +159,8 @@ Parameter
 	+-----------------+--------+----------------------------------------------------+
 	| ``description`` | string | The description for the profile                    |
 	+-----------------+--------+----------------------------------------------------+
+	| ``type``        | string | The type for the profile                           |
+	+-----------------+--------+----------------------------------------------------+
 
   **Response Example** ::
 
@@ -168,7 +170,8 @@ Parameter
             "lastUpdated": "2012-10-08 19:34:45",
             "name": "CCR_TOP",
             "id": "8",
-            "description": "Content Router for top.foobar.net"
+            "description": "Content Router for top.foobar.net",
+            "type": "ATS_PROFILE"
         }
      ]
     }

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/42f7effa/docs/master/development/traffic_ops_api/v12/parameter.html
----------------------------------------------------------------------
diff --git a/docs/master/development/traffic_ops_api/v12/parameter.html b/docs/master/development/traffic_ops_api/v12/parameter.html
index 14b1daf..078542d 100644
--- a/docs/master/development/traffic_ops_api/v12/parameter.html
+++ b/docs/master/development/traffic_ops_api/v12/parameter.html
@@ -405,7 +405,7 @@
 </thead>
 <tbody valign="top">
 <tr class="row-even"><td><code class="docutils literal"><span class="pre">lastUpdated</span></code></td>
-<td>array</td>
+<td>string</td>
 <td>The Time / Date this server entry was last updated</td>
 </tr>
 <tr class="row-odd"><td><code class="docutils literal"><span class="pre">name</span></code></td>
@@ -420,6 +420,10 @@
 <td>string</td>
 <td>The description for the profile</td>
 </tr>
+<tr class="row-even"><td><code class="docutils literal"><span class="pre">type</span></code></td>
+<td>string</td>
+<td>The type for the profile</td>
+</tr>
 </tbody>
 </table>
 </div></blockquote>
@@ -431,7 +435,8 @@
         <span class="s2">&quot;lastUpdated&quot;</span><span class="p">:</span> <span class="s2">&quot;2012-10-08 19:34:45&quot;</span><span class="p">,</span>
         <span class="s2">&quot;name&quot;</span><span class="p">:</span> <span class="s2">&quot;CCR_TOP&quot;</span><span class="p">,</span>
         <span class="s2">&quot;id&quot;</span><span class="p">:</span> <span class="s2">&quot;8&quot;</span><span class="p">,</span>
-        <span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Content Router for top.foobar.net&quot;</span>
+        <span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Content Router for top.foobar.net&quot;</span><span class="p">,</span>
+        <span class="s2">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;ATS_PROFILE&quot;</span>
     <span class="p">}</span>
  <span class="p">]</span>
 <span class="p">}</span>