Update docs from commit 595297a91bca13ffaa8116ce50ef3b9c9b8bf778

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/62e136df
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/62e136df
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/62e136df

Branch: refs/heads/asf-site
Commit: 62e136dfc0aaa38d77fd17a57d3b5c873c25a224
Parents: a2f2179
Author: jenkins <bui...@apache.org>
Authored: Wed Aug 23 17:28:02 2017 +0000
Committer: jenkins <bui...@apache.org>
Committed: Wed Aug 23 17:28:02 2017 +0000

----------------------------------------------------------------------
 .../traffic_ops_api/v12/deliveryservice.rst.txt | 32 ++++++++++----------
 .../traffic_ops_api/v12/deliveryservice.html    | 12 ++++----
 docs/master/searchindex.js                      |  2 +-
 3 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/62e136df/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
----------------------------------------------------------------------
diff --git 
a/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt 
b/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
index b26d30e..da3e044 100644
--- 
a/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
+++ 
b/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
@@ -1630,7 +1630,7 @@ SSL Keys
   +--------------+---------+-------------------------------------------------+
   |  Parameter   |   Type  |                   Description                   |
   +==============+=========+=================================================+
-  | ``key``      | string  | ds_<id> where <id> is integer id of ds          |
+  | ``key``      | string  | xml_id of the delivery service                  |
   +--------------+---------+-------------------------------------------------+
   | ``version``  | string  | version of the keys being generated             |
   +--------------+---------+-------------------------------------------------+
@@ -1650,7 +1650,7 @@ SSL Keys
   **Request Example** ::
 
     {
-      "key": "ds_1",
+      "key": "ds-01",
       "businessUnit": "CDN Engineering",
       "version": "3",
       "hostname": "tr.ds-01.ott.kabletown.com",
@@ -1695,24 +1695,24 @@ SSL Keys
 
   **Request Properties**
 
-  +-------------+--------+---------------------------------------+
-  |  Parameter  |  Type  |             Description               |
-  +=============+========+=======================================+
-  | ``key``     | string | ds_<id> where <id> is integer id of ds|
-  +-------------+--------+---------------------------------------+
-  | ``version`` | string | version of the keys being generated   |
-  +-------------+--------+---------------------------------------+
-  | ``csr``     | string |                                       |
-  +-------------+--------+---------------------------------------+
-  | ``crt``     | string |                                       |
-  +-------------+--------+---------------------------------------+
-  | ``key``     | string |                                       |
-  +-------------+--------+---------------------------------------+
+  +-------------+--------+-------------------------------------+
+  |  Parameter  |  Type  |             Description             |
+  +=============+========+=====================================+
+  | ``key``     | string | xml_id of the delivery service      |
+  +-------------+--------+-------------------------------------+
+  | ``version`` | string | version of the keys being generated |
+  +-------------+--------+-------------------------------------+
+  | ``csr``     | string |                                     |
+  +-------------+--------+-------------------------------------+
+  | ``crt``     | string |                                     |
+  +-------------+--------+-------------------------------------+
+  | ``key``     | string |                                     |
+  +-------------+--------+-------------------------------------+
 
   **Request Example** ::
 
     {
-      "key": "ds_1",
+      "key": "ds-01",
       "version": "1",
       "certificate": {
         "key": "some_key",

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/62e136df/docs/master/development/traffic_ops_api/v12/deliveryservice.html
----------------------------------------------------------------------
diff --git a/docs/master/development/traffic_ops_api/v12/deliveryservice.html 
b/docs/master/development/traffic_ops_api/v12/deliveryservice.html
index f758a8f..b482ece 100644
--- a/docs/master/development/traffic_ops_api/v12/deliveryservice.html
+++ b/docs/master/development/traffic_ops_api/v12/deliveryservice.html
@@ -2793,7 +2793,7 @@ This will be a FQDN for DNS delivery services and a 
wildcard URL for HTTP delive
 <tbody valign="top">
 <tr class="row-even"><td><code class="docutils literal"><span 
class="pre">key</span></code></td>
 <td>string</td>
-<td>ds_&lt;id&gt; where &lt;id&gt; is integer id of ds</td>
+<td>xml_id of the delivery service</td>
 </tr>
 <tr class="row-odd"><td><code class="docutils literal"><span 
class="pre">version</span></code></td>
 <td>string</td>
@@ -2827,7 +2827,7 @@ This will be a FQDN for DNS delivery services and a 
wildcard URL for HTTP delive
 </table>
 <p><strong>Request Example</strong></p>
 <div class="highlight-default"><div class="highlight"><pre><span 
class="p">{</span>
-  <span class="s2">&quot;key&quot;</span><span class="p">:</span> <span 
class="s2">&quot;ds_1&quot;</span><span class="p">,</span>
+  <span class="s2">&quot;key&quot;</span><span class="p">:</span> <span 
class="s2">&quot;ds-01&quot;</span><span class="p">,</span>
   <span class="s2">&quot;businessUnit&quot;</span><span class="p">:</span> 
<span class="s2">&quot;CDN Engineering&quot;</span><span class="p">,</span>
   <span class="s2">&quot;version&quot;</span><span class="p">:</span> <span 
class="s2">&quot;3&quot;</span><span class="p">,</span>
   <span class="s2">&quot;hostname&quot;</span><span class="p">:</span> <span 
class="s2">&quot;tr.ds-01.ott.kabletown.com&quot;</span><span class="p">,</span>
@@ -2891,8 +2891,8 @@ This will be a FQDN for DNS delivery services and a 
wildcard URL for HTTP delive
 <table border="1" class="docutils">
 <colgroup>
 <col width="22%" />
-<col width="13%" />
-<col width="65%" />
+<col width="14%" />
+<col width="64%" />
 </colgroup>
 <thead valign="bottom">
 <tr class="row-odd"><th class="head">Parameter</th>
@@ -2903,7 +2903,7 @@ This will be a FQDN for DNS delivery services and a 
wildcard URL for HTTP delive
 <tbody valign="top">
 <tr class="row-even"><td><code class="docutils literal"><span 
class="pre">key</span></code></td>
 <td>string</td>
-<td>ds_&lt;id&gt; where &lt;id&gt; is integer id of ds</td>
+<td>xml_id of the delivery service</td>
 </tr>
 <tr class="row-odd"><td><code class="docutils literal"><span 
class="pre">version</span></code></td>
 <td>string</td>
@@ -2925,7 +2925,7 @@ This will be a FQDN for DNS delivery services and a 
wildcard URL for HTTP delive
 </table>
 <p><strong>Request Example</strong></p>
 <div class="highlight-default"><div class="highlight"><pre><span 
class="p">{</span>
-  <span class="s2">&quot;key&quot;</span><span class="p">:</span> <span 
class="s2">&quot;ds_1&quot;</span><span class="p">,</span>
+  <span class="s2">&quot;key&quot;</span><span class="p">:</span> <span 
class="s2">&quot;ds-01&quot;</span><span class="p">,</span>
   <span class="s2">&quot;version&quot;</span><span class="p">:</span> <span 
class="s2">&quot;1&quot;</span><span class="p">,</span>
   <span class="s2">&quot;certificate&quot;</span><span class="p">:</span> 
<span class="p">{</span>
     <span class="s2">&quot;key&quot;</span><span class="p">:</span> <span 
class="s2">&quot;some_key&quot;</span><span class="p">,</span>

Reply via email to