This is an automated email from the ASF dual-hosted git repository.

elsloo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 4a3cc133e1e09d44f9239deffe3a171f7e0c057f
Author: Jesse Rivas <jesse_ri...@comcast.com>
AuthorDate: Thu Mar 1 10:38:52 2018 -0700

    Added API documentation for TR
---
 .../traffic_router/traffic_router_api.rst          | 44 +++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

diff --git a/docs/source/development/traffic_router/traffic_router_api.rst 
b/docs/source/development/traffic_router/traffic_router_api.rst
index d742276..2ae902f 100644
--- a/docs/source/development/traffic_router/traffic_router_api.rst
+++ b/docs/source/development/traffic_router/traffic_router_api.rst
@@ -42,7 +42,49 @@ A mapping of caches to cache groups and their current health 
state.
 
 |
 
-/crs/locations/:location/caches
+**/crs/locations/:location/caches**
 
 A list of caches for this cache group only.
 
+|
+
+**/crs/consistenthash/cache/coveragezone/?ip=:ip&deliveryServiceId=:deliveryServiceId&requestPath=:requestPath**
+
+The resulting cache of the consistent hash using coverage zone file for a 
given client IP, delivery service, and request path.
+
+|
+
+**/crs/consistenthash/cache/deep/coveragezone/?ip=:ip&deliveryServiceId=:deliveryServiceId&requestPath=:requestPath**
+
+The resulting cache of the consistent hash using deep coverage zone file (deep 
caching) for a given client IP, delivery service, and request path.
+
+|
+
+**/crs/consistenthash/cache/geolocation/?ip=:ip&deliveryServiceId=:deliveryServiceId&requestPath=:requestPath**
+
+The resulting cache of the consistent hash using geolocation for a given 
client IP, delivery service, and request path.
+
+|
+
+**/crs/consistenthash/deliveryservice/?deliveryServiceId=:deliveryServiceId&requestPath=:requestPath**
+
+The resulting delivery service of the consistent hash for a given delivery 
service and request path -- used to test steering delivery services.
+
+|
+
+**/crs/coveragezone/caches/?deliveryServiceId=:deliveryServiceId&cacheLocationId=:cacheLocationId**
+
+A list of caches for a given delivery service and cache location.
+
+|
+
+**/crs/coveragezone/cachelocation/?ip=:ip&deliveryServiceId=:deliveryServiceId**
+
+The resulting cache location for a given client IP and delivery service.
+
+|
+
+**/crs/deepcoveragezone/cachelocation/?ip=:ip&deliveryServiceId=:deliveryServiceId**
+
+The resulting cache location using deep coverage zone file (deep caching) for 
a given client IP and delivery service.
+

-- 
To stop receiving notification emails like this one, please contact
els...@apache.org.

Reply via email to