rawlinp commented on a change in pull request #2029: [Issue 1907] TO API for 
backup edge cachegroup
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2029#discussion_r189953754
 
 

 ##########
 File path: traffic_ops/app/lib/API/Cachegroup.pm
 ##########
 @@ -57,6 +57,7 @@ sub index {
                                "lastUpdated"                   => 
$row->last_updated,
                                "parentCachegroupId"            => 
$row->parent_cachegroup_id,
                                "parentCachegroupName"          => ( defined 
$row->parent_cachegroup_id ) ? $idnames{ $row->parent_cachegroup_id } : undef,
+                               "fallbackToClosest"           => 
\$row->fallback_to_closest,
 
 Review comment:
   I saw API reference documentation for the new `cachegroup_fallbacks` 
endpoint, but the existing cachegroup API reference documentation should also 
be updated to show this new `fallbackToClosest` field.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to