You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/04/30 17:18:50 UTC

[GitHub] elsloo closed pull request #2181: updates "tp using" doc

elsloo closed pull request #2181: updates "tp using" doc
URL: https://github.com/apache/incubator-trafficcontrol/pull/2181
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/source/admin/traffic_portal/images/tp_menu.png b/docs/source/admin/traffic_portal/images/tp_menu.png
index 79d8d74a4..d8052c7be 100644
Binary files a/docs/source/admin/traffic_portal/images/tp_menu.png and b/docs/source/admin/traffic_portal/images/tp_menu.png differ
diff --git a/docs/source/admin/traffic_portal/images/tp_menu_admin.png b/docs/source/admin/traffic_portal/images/tp_menu_admin.png
deleted file mode 100644
index fdb5b1f99..000000000
Binary files a/docs/source/admin/traffic_portal/images/tp_menu_admin.png and /dev/null differ
diff --git a/docs/source/admin/traffic_portal/images/tp_menu_configure.png b/docs/source/admin/traffic_portal/images/tp_menu_configure.png
new file mode 100644
index 000000000..4a5d21118
Binary files /dev/null and b/docs/source/admin/traffic_portal/images/tp_menu_configure.png differ
diff --git a/docs/source/admin/traffic_portal/images/tp_menu_monitor.png b/docs/source/admin/traffic_portal/images/tp_menu_monitor.png
index 1dab37df2..845364e6a 100644
Binary files a/docs/source/admin/traffic_portal/images/tp_menu_monitor.png and b/docs/source/admin/traffic_portal/images/tp_menu_monitor.png differ
diff --git a/docs/source/admin/traffic_portal/images/tp_menu_tools.png b/docs/source/admin/traffic_portal/images/tp_menu_tools.png
index 301109a14..fd1db4d33 100644
Binary files a/docs/source/admin/traffic_portal/images/tp_menu_tools.png and b/docs/source/admin/traffic_portal/images/tp_menu_tools.png differ
diff --git a/docs/source/admin/traffic_portal/images/tp_menu_topology.png b/docs/source/admin/traffic_portal/images/tp_menu_topology.png
new file mode 100644
index 000000000..f69f9591e
Binary files /dev/null and b/docs/source/admin/traffic_portal/images/tp_menu_topology.png differ
diff --git a/docs/source/admin/traffic_portal/images/tp_menu_user_admin.png b/docs/source/admin/traffic_portal/images/tp_menu_user_admin.png
new file mode 100644
index 000000000..bf76e8725
Binary files /dev/null and b/docs/source/admin/traffic_portal/images/tp_menu_user_admin.png differ
diff --git a/docs/source/admin/traffic_portal/usingtrafficportal.rst b/docs/source/admin/traffic_portal/usingtrafficportal.rst
index 5bbf079f5..c7247e361 100644
--- a/docs/source/admin/traffic_portal/usingtrafficportal.rst
+++ b/docs/source/admin/traffic_portal/usingtrafficportal.rst
@@ -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                    |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Job management includes the ability to (where applicable):
+A table of statuses with the following columns:
 
-- create a new invalidate content job
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                              Description                                                            |
++===============================+=====================================================================================================================+
+| Name                          |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+| Description                   |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+
+Status management includes the ability to (where applicable):
+
+- create a new status
+- update an existing status
+- delete an existing status
+- view status servers
+
+Topology
+========
+
+.. image:: ./images/tp_menu_topology.png
+
+.. _tp-cache-groups:
+
+Cache Groups
+++++++++++++
+
+A table of cache groups with the following columns:
+
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                                Description                                                          |
++===============================+=====================================================================================================================+
+| Name                          |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+| Short Name                    |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+| Type                          |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+| Latitude                      |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+| Longitude                     |                                                                                                                     |
++-------------------------------+---------------------------------------------------------------------------------------------------------------------+
+
+Cache group 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
 
 .. _tp-phys-locations:
 
@@ -479,21 +570,21 @@ Phys Locations
 
 A table of physical locations with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Short Name                    |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Address                       |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| City                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| State                         |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Region                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                              Description                                                          |
++===============================+===================================================================================================================+
+| Name                          |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+| Short Name                    |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+| Address                       |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+| City                          |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+| State                         |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+| Region                        |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
 
 Physical location management includes the ability to (where applicable):
 
@@ -502,63 +593,25 @@ Physical location management includes the ability to (where applicable):
 - delete an existing physical location
 - view physical location servers
 
-.. _tp-parameters:
-
-Parameters
-++++++++++
-
-A table of parameters with the following columns:
-
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Config File                   |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Value                         |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Parameter management includes the ability to (where applicable):
-
-- create a new parameter
-- update an existing parameter
-- delete an existing parameter
-- view parameter profiles
-
-.. _tp-profiles:
-
-Profiles
-++++++++
+.. _tp-divisions:
 
-A table of profiles with the following columns:
+Divisions
++++++++++
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Type                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Routing Disabled              |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Description                   |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| CDN                           |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+A table of divisions with the following columns:
 
-Profile management includes the ability to (where applicable):
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                         Description                                                               |
++===============================+===================================================================================================================+
+| Name                          |                                                                                                                   |
++-------------------------------+-------------------------------------------------------------------------------------------------------------------+
 
-- 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
+Division management includes the ability to (where applicable):
 
-See :ref:`rl-working-with-profiles` for details.
+- create a new division
+- update an existing division
+- delete an existing division
+- view division regions
 
 .. _tp-regions:
 
@@ -567,13 +620,13 @@ Regions
 
 A table of regions with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Division                      |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+------------------------------------------------------------------------------------------------------------------+
+|            Name               |                                            Description                                                           |
++===============================+==================================================================================================================+
+| Name                          |                                                                                                                  |
++-------------------------------+------------------------------------------------------------------------------------------------------------------+
+| Division                      |                                                                                                                  |
++-------------------------------+------------------------------------------------------------------------------------------------------------------+
 
 Region management includes the ability to (where applicable):
 
@@ -582,123 +635,68 @@ Region management includes the ability to (where applicable):
 - delete an existing region
 - view region physical locations
 
-.. _tp-servers:
-
-Servers
-+++++++
-
-A table of servers with the following columns:
-
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| UPD                           |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Host                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Domain                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| IP                            |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| IPv6                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Status                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Type                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Profile                       |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| CDN                           |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Cache Group                   |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ISO                           |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Server management includes the ability to (where applicable):
-
-- 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-statuses:
+.. _tp-asns:
 
-Statuses
-++++++++
+ASNs
+++++
 
-A table of statuses with the following columns:
+A table of ASNs with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Description                   |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+-----------------------------------------------------------------------------------------------------------------+
+|            Name               |                                           Description                                                           |
++===============================+=================================================================================================================+
+| ASN                           |                                                                                                                 |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------+
+| Cache Group                   |                                                                                                                 |
++-------------------------------+-----------------------------------------------------------------------------------------------------------------+
 
-Status management includes the ability to (where applicable):
+ASN management includes the ability to (where applicable):
 
-- create a new status
-- update an existing status
-- delete an existing status
-- view status servers
+- create a new ASN
+- update an existing ASN
+- delete an existing ASN
 
-.. _tp-tenants:
+Tools
+=====
 
-Tenants
-+++++++
+.. image:: ./images/tp_menu_tools.png
 
-A table of tenants with the following columns:
+.. _tp-jobs:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Active                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Parent                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+Invalidate Content
+++++++++++++++++++
 
-Tenant management includes the ability to (where applicable):
+A table of invalidate content jobs with the following columns:
 
-- create a new tenant
-- update an existing tenant
-- delete an existing tenant
-- view users assigned to a tenant
-- view delivery services assigned to a tenant
++-------------------------------+----------------------------------------------------------------------------------------------------------------+
+|            Name               |                                              Description                                                       |
++===============================+================================================================================================================+
+| Delivery Service              |                                                                                                                |
++-------------------------------+----------------------------------------------------------------------------------------------------------------+
+| Asset URL                     |                                                                                                                |
++-------------------------------+----------------------------------------------------------------------------------------------------------------+
+| Parameters                    |                                                                                                                |
++-------------------------------+----------------------------------------------------------------------------------------------------------------+
+| Start                         |                                                                                                                |
++-------------------------------+----------------------------------------------------------------------------------------------------------------+
+| Created By                    |                                                                                                                |
++-------------------------------+----------------------------------------------------------------------------------------------------------------+
+
+Invalidate content includes the ability to (where applicable):
 
-.. _tp-types:
+- create a new invalidate content job
 
-Types
-+++++
+.. _tp-gen-iso:
 
-A table of types with the following columns:
+Generate ISO
+++++++++++++
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Name                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Use In Table                  |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Description                   |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+See :ref:`rl-generate-iso`
 
-Type management includes the ability to (where applicable):
+User Admin
+==========
 
-- 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
+.. image:: ./images/tp_menu_user_admin.png
 
 .. _tp-users:
 
@@ -707,19 +705,19 @@ Users
 
 A table of users with the following columns:
 
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|            Name               |                                                                                                     Description                                                                                                     |
-+===============================+=====================================================================================================================================================================================================================+
-| Full Name                     |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Username                      |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Email                         |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Tenant                        |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Role                          |                                                                                                                                                                                                                     |
-+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------------------+--------------------------------------------------------------------------------------------------------------+
+|            Name               |                                             Description                                                      |
++===============================+==============================================================================================================+
+| Full Name                     |                                                                                                              |
++-------------------------------+--------------------------------------------------------------------------------------------------------------+
+| Username                      |                                                                                                              |
++-------------------------------+--------------------------------------------------------------------------------------------------------------+
+| Email                         |                                                                                                              |
++-------------------------------+--------------------------------------------------------------------------------------------------------------+
+| Tenant                        |                                                                                                              |
++-------------------------------+--------------------------------------------------------------------------------------------------------------+
+| Role                          |                                                                                                              |
++-------------------------------+--------------------------------------------------------------------------------------------------------------+
 
 User management includes the ability to (where applicable):
 
@@ -728,18 +726,51 @@ User management includes the ability to (where applicable):
 - update an existing user
 - view delivery services visible to a user
 
-Tools
-======
+.. _tp-tenants:
 
-.. image:: ./images/tp_menu_tools.png
+Tenants
++++++++
 
-.. _tp-gen-iso:
+A table of tenants with the following columns:
 
-Generate ISO
-++++++++++++
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+|            Name               |                                            Description                                                      |
++===============================+=============================================================================================================+
+| Name                          |                                                                                                             |
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+| Active                        |                                                                                                             |
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+| Parent                        |                                                                                                             |
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
 
-See :ref:`rl-generate-iso`
+Tenant management includes the ability to (where applicable):
+
+- create a new tenant
+- update an existing tenant
+- delete an existing tenant
+- view users assigned to a tenant
+- view delivery services assigned to a tenant
+
+.. _tp-roles:
+
+Roles
++++++
+
+A table of roles with the following columns:
+
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+|            Name               |                                           Description                                                       |
++===============================+=============================================================================================================+
+| Name                          |                                                                                                             |
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+| Privilege Level               |                                                                                                             |
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+| Description                   |                                                                                                             |
++-------------------------------+-------------------------------------------------------------------------------------------------------------+
+
+Role management includes the ability to (where applicable):
 
+- view all roles
 
 Other
 =====


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services