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 2018/04/30 17:22:51 UTC

[3/4] incubator-trafficcontrol-website git commit: Update docs from commit 3a2c09f57bb3e0fe9eb70e7e7159ece9b36b4668

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/efead5c1/docs/master/_sources/admin/traffic_portal/usingtrafficportal.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/admin/traffic_portal/usingtrafficportal.rst.txt b/docs/master/_sources/admin/traffic_portal/usingtrafficportal.rst.txt
index 5bbf079..c7247e3 100644
--- a/docs/master/_sources/admin/traffic_portal/usingtrafficportal.rst.txt
+++ b/docs/master/_sources/admin/traffic_portal/usingtrafficportal.rst.txt
@@ -13,12 +13,6 @@
 .. limitations under the License.
 ..
 
-.. |graph| image:: ../../../../traffic_ops/app/public/images/graph.png
-.. |info| image:: ../../../../traffic_ops/app/public/images/info.png
-.. |checkmark| image:: ../../../../traffic_ops/app/public/images/good.png
-.. |X| image:: ../../../../traffic_ops/app/public/images/bad.png
-.. |clock| image:: ../../../../traffic_ops/app/public/images/clock-black.png
-
 .. _usingtrafficportal:
 
 Traffic Portal - Using
@@ -28,19 +22,57 @@ Traffic Portal is the official replacement for the legacy Traffic Ops UI. Traffi
 
 .. image:: ./images/tp_menu.png
 
-.. index::
-  Monitor
+Dashboard
+=========
+
+The Dashboard is the default landing page for Traffic Portal. It provides a real-time view into the main performance indicators of the CDNs managed by Traffic Control. It also displays various statistics about the overall health of your CDN.
+
+* **Current Bandwidth**: The current bandwidth of all of your CDNs.
+* **Current Connections**: The current number of connections to all of your CDNs.
+* **Healthy Caches**: Number of healthy caches across all CDNs.  Click the link to view the healthy caches on the cache stats page.
+* **Unhealthy Caches**: Number of unhealthy caches across all CDNs.  Click the link to view the unhealthy caches on the cache stats page.
+* **Online Caches**: Number of online caches.  Traffic Monitor will not monitor the state of ONLINE servers. True health is unknown.
+* **Reported Caches**: Number of caches with REPORTED status.
+* **Offline Caches**: Number of caches with OFFLINE status.
+* **Admin Down Caches**: Number of caches with ADMIN_DOWN status.
+
+Each component of this view is updated at the intervals defined in tp.domain.com/traffic_portal_properties.json.
+
+CDNs
+====
+
+A table of CDNs with the following columns:
+
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                       Description                                                    |
++===============================+======================================================================================================================+
+| Name                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Domain                        |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| DNSSEC Enabled                |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+
+CDN management includes the ability to (where applicable):
+
+- create a new CDN
+- update an existing CDN
+- delete an existing CDN
+- queue/clear updates on all servers in a CDN
+- diff CDN snapshot
+- create CDN snapshot
+- manage CDN DNSSEC keys
+- manage CDN federations
+- view CDN delivery services
+- view CDN profiles
+- view CDN servers
 
-* **Monitor**
+Monitor
+=======
 
   +---------------+------------------------------------------------------------------------------------------------------------------------------------+
   |     Option    |                                                            Description                                                             |
   +===============+====================================================================================================================================+
-  | Dashboard     | A real time view into the main performance indicators of the CDNs managed by Traffic Control.                                      |
-  |               | Each component of this view is updated at the intervals defined in tp.domain.com/traffic_portal_properties.json.                   |
-  |               | Upon successful login, this is the default landing page of Traffic Portal.                                                         |
-  |               | See :ref:`tp-dashboard` for details.                                                                                               |
-  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
   | Cache Checks  | A real time view into the status of each cache.                                                                                    |
   |               | This view is sourced by the Traffic Monitor data thru the Traffic Ops API and is updated on demand.                                |
   |               | See :ref:`tp-cache-checks` for details.                                                                                            |
@@ -48,7 +80,8 @@ Traffic Portal is the official replacement for the legacy Traffic Ops UI. Traffi
   | Cache Stats   | A table showing the results of the periodic check extension scripts that are run. See :ref:`tp-cache-stats` for details.           |
   +---------------+------------------------------------------------------------------------------------------------------------------------------------+
 
-* **Services**
+Services
+========
 
   +----------------------------------+-----------------------------------------------------------------------------------------------------------------+
   |     Option                       |                                              Description                                                        |
@@ -61,85 +94,82 @@ Traffic Portal is the official replacement for the legacy Traffic Ops UI. Traffi
   |                                  | See :ref:`tp-delivery-service-requests` for details.                                                            |
   +----------------------------------+-----------------------------------------------------------------------------------------------------------------+
 
-* **Admin**
-
-  +-------------------+------------------------------------------------------------------------------------------+
-  |       Option      |                                       Description                                        |
-  +===================+==========================================================================================+
-  | ASNs              | Manage autonomous system numbers (ASN). See :ref:`tp-asns`                               |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Cache Groups      | Manage cache groups. See :ref:`tp-cache-groups`                                          |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | CDNs              | Manage CDNs. See :ref:`tp-cdns`                                                          |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Divisions         | Manage divisions. See :ref:`tp-divisions`                                                |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Jobs              | Manage invalidate content jobs. See :ref:`tp-jobs`                                       |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Phys Locations    | Manage physical locations. See :ref:`tp-phys-locations`                                  |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Parameters        | Manage parameters. See :ref:`tp-parameters`                                              |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Profiles          | Manage profiles. See :ref:`tp-profiles`                                                  |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Regions           | Manage regions. See :ref:`tp-regions`                                                    |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Servers           | Manage servers. See :ref:`tp-servers`                                                    |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Statuses          | Manage server statuses. See :ref:`tp-statuses`                                           |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Tenants           | Manage tenants. See :ref:`tp-tenants`                                                    |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Types             | Manage types. See :ref:`tp-types`                                                        |
-  +-------------------+------------------------------------------------------------------------------------------+
-  | Users             | Manage users. See :ref:`tp-users`                                                        |
-  +-------------------+------------------------------------------------------------------------------------------+
-
-* **Tools**
-
-  +--------------------+-----------------------------------------------------------------------------------------+
-  |       Option       |                                    Description                                          |
-  +====================+=========================================================================================+
-  | Generate ISO       | Generate a bootable image for any of the servers in the Servers table (or any server    |
-  |                    | for that matter). See :ref:`tp-gen-iso`                                                 |
-  +--------------------+-----------------------------------------------------------------------------------------+
-
-
-* **Other**
+Configure
+=========
 
-  Custom menu items. By default, you get a link to Traffic Control docs. See :ref:`tp-menu-other`
+  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
+  |     Option    |                                                            Description                                                             |
+  +===============+====================================================================================================================================+
+  | Servers       | Manage servers. See :ref:`tp-servers`                                                                                              |
+  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
+  | Profiles      | Manage profiles. See :ref:`tp-profiles`                                                                                            |
+  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
+  | Parameters    | Manage parameters. See :ref:`tp-parameters`                                                                                        |
+  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
+  | Types         | Manage types. See :ref:`tp-types`                                                                                                  |
+  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
+  | Statuses      | Manage server statuses. See :ref:`tp-statuses`                                                                                     |
+  +---------------+------------------------------------------------------------------------------------------------------------------------------------+
 
-  +--------------------+-----------------------------------------------------------------------------------------+
-  |       Option       |                                        Description                                      |
-  +====================+=========================================================================================+
-  | Docs               | Link to trafficcontrol.apache.org                                                       |
-  +--------------------+-----------------------------------------------------------------------------------------+
+Topology
+========
 
+  +----------------+-----------------------------------------------------------------------------------------------------------------------------------+
+  |     Option     |                                                            Description                                                            |
+  +================+===================================================================================================================================+
+  | Cache Groups   | Manage cache groups. See :ref:`tp-cache-groups`                                                                                   |
+  +----------------+-----------------------------------------------------------------------------------------------------------------------------------+
+  | Phys Locations | Manage profiles. See :ref:`tp-phys-locations`                                                                                     |
+  +----------------+-----------------------------------------------------------------------------------------------------------------------------------+
+  | Divisions      | Manage divisions. See :ref:`tp-divisions`                                                                                         |
+  +----------------+-----------------------------------------------------------------------------------------------------------------------------------+
+  | Regions        | Manage regions. See :ref:`tp-regions`                                                                                             |
+  +----------------+-----------------------------------------------------------------------------------------------------------------------------------+
+  | ASNs           | Manage autonomous system numbers (ASN). See :ref:`tp-asns`                                                                        |
+  +----------------+-----------------------------------------------------------------------------------------------------------------------------------+
 
-.. index::
-  Monitor
+Tools
+=====
 
-Monitor
-=======
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
+  |       Option       |                                       Description                                                                             |
+  +====================+===============================================================================================================================+
+  | Invalidate Content | Manage invalidate content jobs. See :ref:`tp-jobs`                                                                            |
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
+  | Generate ISO       | Generate a bootable image for any of the servers in the Servers table (or any server for that matter). See :ref:`tp-gen-iso`  |
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
 
-.. image:: ./images/tp_menu_monitor.png
+User Admin
+==========
 
-.. _tp-dashboard:
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
+  |       Option       |                                       Description                                                                             |
+  +====================+===============================================================================================================================+
+  | Users              | Manage users. See :ref:`tp-users`                                                                                             |
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
+  | Tenants            | Manage tenants. See :ref:`tp-tenants`                                                                                         |
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
+  | Roles              | Manage roles. See :ref:`tp-roles`                                                                                             |
+  +--------------------+-------------------------------------------------------------------------------------------------------------------------------+
 
-Dashboard
-+++++++++
-The Dashboard is the default landing page for Traffic Portal. It displays various statistics about the overall health of your CDN.
 
+Other
+=====
 
-* **Current Bandwidth**: The current bandwidth of all of your CDNs.
-* **Current Connections**: The current number of connections to all of your CDNs.
-* **Healthy Caches**: Number of healthy caches across all CDNs.  Click the link to view the healthy caches on the cache stats page.
-* **Unhealthy Caches**: Number of unhealthy caches across all CDNs.  Click the link to view the unhealthy caches on the cache stats page.
-* **Online Caches**: Number of online caches.  Traffic Monitor will not monitor the state of ONLINE servers. True health is unknown.
-* **Reported Caches**: Number of caches with REPORTED status.
-* **Offline Caches**: Number of caches with OFFLINE status.
-* **Admin Down Caches**: Number of caches with ADMIN_DOWN status.
+  Custom menu items. By default, you get a link to Traffic Control docs. See :ref:`tp-menu-other`
+
+  +--------------------+--------------------------------------------------------------------------------------------------------------------------------+
+  |       Option       |                                        Description                                                                             |
+  +====================+================================================================================================================================+
+  | Docs               | Link to trafficcontrol.apache.org                                                                                              |
+  +--------------------+--------------------------------------------------------------------------------------------------------------------------------+
+
+------------
+
+Monitor
+=======
 
+.. image:: ./images/tp_menu_monitor.png
 
 .. _tp-cache-checks:
 
@@ -147,46 +177,42 @@ Cache Checks
 ++++++++++++
 The cache checks page is intended to give an overview of the caches managed by Traffic Control as well as their status.
 
-+----------+-----------------------------------------------------------------------+
-| Name     |                           Description                                 |
-+==========+=======================================================================+
-| Hostname | Cache host name                                                       |
-+----------+-----------------------------------------------------------------------+
-| Profile  | The name of the profile applied to the cache                          |
-+----------+-----------------------------------------------------------------------+
-| Status   | The status of the cache  (ONLINE, REPORTED, ADMIN_DOWN, OFFLINE)      |
-+----------+-----------------------------------------------------------------------+
-| UPD      | Config updates pending for an edge or mid                             |
-+----------+-----------------------------------------------------------------------+
-| RVL      | Content invalidation requests are pending for and edge or mid         |
-+----------+-----------------------------------------------------------------------+
-| ILO      | Ping the iLO interface for EDGE or MID servers                        |
-+----------+-----------------------------------------------------------------------+
-| 10G      | Ping the IPv4 address of the EDGE or MID servers                      |
-+----------+-----------------------------------------------------------------------+
-| FQDN     | DNS check that matches what the DNS servers responds with compared to |
-|          | what Traffic Ops has.                                                 |
-+----------+-----------------------------------------------------------------------+
-| DSCP     | Checks the DSCP value of packets from the edge server to the Traffic  |
-|          | Ops server.                                                           |
-+----------+-----------------------------------------------------------------------+
-| 10G6     | Ping the IPv6 address of the EDGE or MID servers                      |
-+----------+-----------------------------------------------------------------------+
-| MTU      | Ping the EDGE or MID using the configured MTU from Traffic Ops        |
-+----------+-----------------------------------------------------------------------+
-| RTR      | Content Router checks. Checks the health of the Content Routers.      |
-|          | Checks the health of the caches using the Content Routers.            |
-+----------+-----------------------------------------------------------------------+
-| CHR      | Cache Hit Ratio in percent.                                           |
-+----------+-----------------------------------------------------------------------+
-| CDU      | Total Cache Disk Usage in percent.                                    |
-+----------+-----------------------------------------------------------------------+
-| ORT      | Operational Readiness Test. Uses the ORT script on the edge and mid   |
-|          | servers to determine if the configuration in Traffic Ops matches the  |
-|          | configuration on the edge or mid. The user that this script runs as   |
-|          | must have an ssh key on the edge servers.                             |
-+----------+-----------------------------------------------------------------------+
-
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| Name     |                           Description                                                                                                      |
++==========+============================================================================================================================================+
+| Hostname | Cache host name                                                                                                                            |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| Profile  | The name of the profile applied to the cache                                                                                               |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| Status   | The status of the cache  (ONLINE, REPORTED, ADMIN_DOWN, OFFLINE)                                                                           |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| UPD      | Config updates pending for an edge or mid                                                                                                  |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| RVL      | Content invalidation requests are pending for and edge or mid                                                                              |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| ILO      | Ping the iLO interface for EDGE or MID servers                                                                                             |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| 10G      | Ping the IPv4 address of the EDGE or MID servers                                                                                           |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| FQDN     | DNS check that matches what the DNS servers responds with compared to                                                                      |
+|          | what Traffic Ops has.                                                                                                                      |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| DSCP     | Checks the DSCP value of packets from the edge server to the Traffic                                                                       |
+|          | Ops server.                                                                                                                                |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| 10G6     | Ping the IPv6 address of the EDGE or MID servers                                                                                           |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| MTU      | Ping the EDGE or MID using the configured MTU from Traffic Ops                                                                             |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| RTR      | Content Router checks. Checks the health of the Content Routers. Checks the health of the caches using the Content Routers.                |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| CHR      | Cache Hit Ratio in percent.                                                                                                                |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| CDU      | Total Cache Disk Usage in percent.                                                                                                         |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
+| ORT      | Operational Readiness Test. Uses the ORT script on the edge and mid servers to determine if the configuration in Traffic Ops matches the   |
+|          | configuration on the edge or mid. The user that this script runs as must have an ssh key on the edge servers.                              |
++----------+--------------------------------------------------------------------------------------------------------------------------------------------+
 
 .. _tp-cache-stats:
 
@@ -194,23 +220,23 @@ Cache Stats
 +++++++++++
 Displays health by cache group/profile.
 
-+--------------+-----------------------------------------------------------------------+
-| Name         |                 Description                                           |
-+==============+=======================================================================+
-| Profile      | Name of the profile applied to the edge or mid cache                  |
-+--------------+-----------------------------------------------------------------------+
-| Host         | ALL or grouped by profile                                             |
-+--------------+-----------------------------------------------------------------------+
-| Cache Group  | Cache Group Name                                                      |
-+--------------+-----------------------------------------------------------------------+
-| Healthy      | True/False as determined by Traffic Monitor                           |
-+--------------+-----------------------------------------------------------------------+
-| Status       | Status of the cache or cache group                                    |
-+--------------+-----------------------------------------------------------------------+
-| Connections  | Number of connections                                                 |
-+--------------+-----------------------------------------------------------------------+
-| MbpsOut      | MbpsOut                                                               |
-+--------------+-----------------------------------------------------------------------+
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| Name         |                 Description                                                                                                            |
++==============+========================================================================================================================================+
+| Profile      | Name of the profile applied to the edge or mid cache                                                                                   |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| Host         | ALL or grouped by profile                                                                                                              |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| Cache Group  | Cache Group Name                                                                                                                       |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| Healthy      | True/False as determined by Traffic Monitor                                                                                            |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| Status       | Status of the cache or cache group                                                                                                     |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| Connections  | Number of connections                                                                                                                  |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
+| MbpsOut      | MbpsOut                                                                                                                                |
++--------------+----------------------------------------------------------------------------------------------------------------------------------------+
 
 Services
 ========
@@ -224,49 +250,52 @@ Delivery Services
 
 A table of your delivery services with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Key (XML ID)                  | A unique string that identifies this delivery service.                                                                                                                                                              |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Tenant                        | The tenant that the delivery service is assigned to.                                                                                                                                                                |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Origin                        | The Origin Server's base URL. This includes the protocol (http or https). Example: ``http://movies.origin.com``                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Active                        | When this is set to false, Traffic Router will not serve DNS or HTTP responses for this delivery service.                                                                                                           |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Type                          | The type of content routing this delivery service will use. See :ref:`rl-ds-types`.                                                                                                                                 |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Protocol                      | The protocol to serve this delivery service to the clients with:                                                                                                                                                    |
-|                               |                                                                                                                                                                                                                     |
-|                               | -  HTTP                                                                                                                                                                                                             |
-|                               | -  HTTPS                                                                                                                                                                                                            |
-|                               | -  HTTP and HTTPS                                                                                                                                                                                                   |
-|                               | -  HTTP to HTTPS                                                                                                                                                                                                    |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| CDN                           | The CDN that the delivery service belongs to.                                                                                                                                                                       |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| IPv6 Enabled                  | When set to true, the Traffic Router will respond to AAAA DNS requests for the routed name of this delivery service. Otherwise, only A records will be served.                                                      |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| DSCP                          | The DSCP value to mark IP packets to the client with.                                                                                                                                                               |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Signing Algorithm             | See :ref:`rl-signed-urls`.                                                                                                                                                                                          |
-|                               |                                                                                                                                                                                                                     |
-|                               | - None                                                                                                                                                                                                              |
-|                               | - URL Signature Keys                                                                                                                                                                                                |
-|                               | - URI Signing Keys                                                                                                                                                                                                  |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Query String Handling         | How to treat query strings:                                                                                                                                                                                         |
-|                               |                                                                                                                                                                                                                     |
-|                               | - use in cache key and hand up to origin (each unique query string is treated as a unique URL.)                                                                                                                     |
-|                               | - do not use in cache key, but pass up to origin (2 URLs that are the same except for the query string will match, and cache HIT, while the origin still sees original query string in the request.)                |
-|                               | - drop at edge (2 URLs that are the same except for  the query string will match, and cache HIT, while the origin will not see original query string in the request.)                                               |
-|                               |                                                                                                                                                                                                                     |
-|                               | **Note:** Choosing to drop query strings at the edge will preclude the use of a Regex Remap Expression. See :ref:`rl-regex-remap`.                                                                                  |
-|                               | To set the qstring without the use of regex remap, or for further options, see :ref:`rl-qstring-handling`.                                                                                                          |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Last Updated                  | Timestamp when the delivery service was last updated.                                                                                                                                                               |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                   Description                                                         |
++===============================+=======================================================================================================================+
+| Key (XML ID)                  | A unique string that identifies this delivery service.                                                                |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Tenant                        | The tenant that the delivery service is assigned to.                                                                  |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Origin                        | The Origin Server's base URL. This includes the protocol (http or https). Example: ``http://movies.origin.com``       |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Active                        | When this is set to false, Traffic Router will not serve DNS or HTTP responses for this delivery service.             |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Type                          | The type of content routing this delivery service will use. See :ref:`rl-ds-types`.                                   |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Protocol                      | The protocol to serve this delivery service to the clients with:                                                      |
+|                               |                                                                                                                       |
+|                               | -  HTTP                                                                                                               |
+|                               | -  HTTPS                                                                                                              |
+|                               | -  HTTP and HTTPS                                                                                                     |
+|                               | -  HTTP to HTTPS                                                                                                      |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| CDN                           | The CDN that the delivery service belongs to.                                                                         |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| IPv6 Enabled                  | When set to true, the Traffic Router will respond to AAAA DNS requests for the routed name of this delivery service.  |
+|                               | Otherwise, only A records will be served.                                                                             |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| DSCP                          | The DSCP value to mark IP packets to the client with.                                                                 |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Signing Algorithm             | See :ref:`rl-signed-urls`.                                                                                            |
+|                               | - None                                                                                                                |
+|                               | - URL Signature Keys                                                                                                  |
+|                               | - URI Signing Keys                                                                                                    |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Query String Handling         | How to treat query strings:                                                                                           |
+|                               |                                                                                                                       |
+|                               | - use in cache key and hand up to origin (each unique query string is treated as a unique URL.)                       |
+|                               | - do not use in cache key, but pass up to origin (2 URLs that are the same except for the query string will match,    |
+|                               |   and cache HIT, while the origin still sees original query string in the request.)                                   |
+|                               | - drop at edge (2 URLs that are the same except for  the query string will match, and cache HIT, while the origin     |
+|                               |   will not see original query string in the request.)                                                                 |
+|                               |                                                                                                                       |
+|                               | Dropping query strings at the edge will preclude the use of a Regex Remap Expression. See :ref:`rl-regex-remap`.      |
+|                               |                                                                                                                       |
+|                               | To set the qstring without the use of regex remap, or for further options, see :ref:`rl-qstring-handling`.            |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+| Last Updated                  | Timestamp when the delivery service was last updated.                                                                 |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
 
 Delivery service management includes the ability to (where applicable):
 
@@ -293,39 +322,41 @@ A table of your delivery service requests with the following columns:
 
 .. image:: ./images/tp_table_ds_requests.png
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Delivery Service              | A unique string that identifies the delivery service that the request is associated with. This unique string is also known as delivery service key or XML ID.                                                       |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Type                          | The type of delivery service request:                                                                                                                                                                               |
-|                               |                                                                                                                                                                                                                     |
-|                               | -  create (a request to create a new delivery service)                                                                                                                                                              |
-|                               | -  update (a request to update an existing delivery service)                                                                                                                                                        |
-|                               | -  delete (a request to delete an existing delivery service)                                                                                                                                                        |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Status                        | The status of the delivery service request:                                                                                                                                                                         |
-|                               |                                                                                                                                                                                                                     |
-|                               | -  draft (the delivery service request is NOT ready for review and fulfillment)                                                                                                                                     |
-|                               | -  submitted (the delivery service request is ready for review and fulfillment)                                                                                                                                     |
-|                               | -  rejected (the delivery service request has been rejected and cannot be modified)                                                                                                                                 |
-|                               | -  pending (the delivery service request has been fulfilled but the changes have yet to be deployed)                                                                                                                |
-|                               | -  complete (the delivery service request has been fulfilled and the changes have been deployed)                                                                                                                    |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Author                        | The user responsible for creating the delivery service request.                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Assignee                      | The user responsible for fulfilling the delivery service request. Currently, the operations role or above is required to assign delivery service requests.                                                          |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Last Edited By                | The last user to edit the delivery service request.                                                                                                                                                                 |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Created                       | Relative time indicating when the delivery service was created.                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Actions                       | Actions that can be performed on a delivery service request:                                                                                                                                                        |
-|                               |                                                                                                                                                                                                                     |
-|                               | -  fulfill (Implement the changes captured in the delivery service request. Currently limited to users with the operations role or above.)                                                                          |
-|                               | -  reject (Reject the changes captured in the delivery service request. Currently limited to users with the operations role or above.)                                                                              |
-|                               | -  delete (Delete the delivery service request. Currently limited to users with the portal role or above.)                                                                                                          |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                    Description                                                       |
++===============================+======================================================================================================================+
+| Delivery Service              | A unique string that identifies the delivery service that the request is associated with.                            |
+|                               | This unique string is also known as delivery service key or XML ID.                                                  |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Type                          | The type of delivery service request:                                                                                |
+|                               |                                                                                                                      |
+|                               | -  create (a request to create a new delivery service)                                                               |
+|                               | -  update (a request to update an existing delivery service)                                                         |
+|                               | -  delete (a request to delete an existing delivery service)                                                         |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Status                        | The status of the delivery service request:                                                                          |
+|                               |                                                                                                                      |
+|                               | -  draft (the delivery service request is NOT ready for review and fulfillment)                                      |
+|                               | -  submitted (the delivery service request is ready for review and fulfillment)                                      |
+|                               | -  rejected (the delivery service request has been rejected and cannot be modified)                                  |
+|                               | -  pending (the delivery service request has been fulfilled but the changes have yet to be deployed)                 |
+|                               | -  complete (the delivery service request has been fulfilled and the changes have been deployed)                     |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Author                        | The user responsible for creating the delivery service request.                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Assignee                      | The user responsible for fulfilling the delivery service request. Currently, the operations role or above is         |
+|                               | required to assign delivery service requests.                                                                        |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Last Edited By                | The last user to edit the delivery service request.                                                                  |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Created                       | Relative time indicating when the delivery service was created.                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Actions                       | Actions that can be performed on a delivery service request:                                                         |
+|                               |                                                                                                                      |
+|                               | -  fulfill (Implement the changes captured in the delivery service request.)                                         |
+|                               | -  reject (Reject the changes captured in the delivery service request.)                                             |
+|                               | -  delete (Delete the delivery service request.)                                                                     |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
 
 Delivery service request management includes the ability to (where applicable):
 
@@ -336,141 +367,201 @@ Delivery service request management includes the ability to (where applicable):
 - assign a delivery service request
 - reject a delivery service request
 - fulfill a delivery service request
+- complete a delivery service request
 
 See :ref:`ds_requests` for details.
 
-Admin
-=====
+Configure
+=========
 
-.. image:: ./images/tp_menu_admin.png
+.. image:: ./images/tp_menu_configure.png
 
-.. _tp-asns:
+.. _tp-servers:
 
-ASNs
-++++
+Servers
++++++++
 
-A table of ASNs with the following columns:
+A table of servers with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| ASN                           |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Cache Group                   |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                       Description                                                    |
++===============================+======================================================================================================================+
+| UPD                           |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Host                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Domain                        |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| IP                            |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| IPv6                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Status                        |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Type                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Profile                       |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| CDN                           |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Cache Group                   |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| ISO                           |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
 
-ASN management includes the ability to (where applicable):
+Server management includes the ability to (where applicable):
 
-- create a new ASN
-- update an existing ASN
-- delete an existing ASN
+- create a new server
+- update an existing server
+- delete an existing server
+- queue/clear updates on a server
+- update server status
+- view server delivery services
+- view server config files
+- clone delivery service assignments
+- assign delivery services to server
 
-.. _tp-cache-groups:
+.. _tp-profiles:
 
-Cache Groups
-++++++++++++
+Profiles
+++++++++
 
-A table of cache groups with the following columns:
+A table of profiles with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Short Name                    |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Type                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Latitude                      |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Longitude                     |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                     Description                                                      |
++===============================+======================================================================================================================+
+| Name                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Type                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Routing Disabled              |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Description                   |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| CDN                           |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
 
-Cache group management includes the ability to (where applicable):
+Profile management includes the ability to (where applicable):
 
-- create a new cache group
-- update an existing cache group
-- delete an existing cache group
-- queue/clear updates for all servers in a cache group
-- view cache group ASNs
-- view and assign cache group parameters
-- view cache group servers
+- create a new profile
+- update an existing profile
+- delete an existing profile
+- clone a profile
+- export a profile
+- view profile parameters
+- view profile delivery services
+- view profile servers
 
-.. _tp-cdns:
+See :ref:`rl-working-with-profiles` for details.
 
-CDNs
-++++
+.. _tp-parameters:
 
-A table of CDNs with the following columns:
+Parameters
+++++++++++
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Domain                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| DNSSEC Enabled                |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+A table of parameters with the following columns:
 
-CDN management includes the ability to (where applicable):
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                     Description                                                      |
++===============================+======================================================================================================================+
+| Name                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Config File                   |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Value                         |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
 
-- create a new CDN
-- update an existing CDN
-- delete an existing CDN
-- queue/clear updates on all servers in a CDN
-- diff CDN snapshot
-- create CDN snapshot
-- manage CDN DNSSEC keys
-- manage CDN federations
-- view CDN delivery services
-- view CDN profiles
-- view CDN servers
+Parameter management includes the ability to (where applicable):
 
-.. _tp-divisions:
+- create a new parameter
+- update an existing parameter
+- delete an existing parameter
+- view parameter profiles
 
-Divisions
-+++++++++
+.. _tp-types:
 
-A table of divisions with the following columns:
+Types
++++++
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+A table of types with the following columns:
 
-Division management includes the ability to (where applicable):
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                  Description                                                         |
++===============================+======================================================================================================================+
+| Name                          |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Use In Table                  |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
+| Description                   |                                                                                                                      |
++-------------------------------+----------------------------------------------------------------------------------------------------------------------+
 
-- create a new division
-- update an existing division
-- delete an existing division
-- view division regions
+Type management includes the ability to (where applicable):
 
-.. _tp-jobs:
+- create a new type
+- update an existing type
+- delete an existing type
+- view delivery services assigned to a type
+- view servers assigned to a type
+- view cache groups assigned to a type
 
-Jobs
-++++
+.. _tp-statuses:
 
-A table of invalidate content jobs with the following columns:
+Statuses
+++++++++
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Delivery Service              |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Asset URL                     |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Parameters                    |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Start                         |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Created By                    |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------

<TRUNCATED>