Vijay-1 commented on issue #2029: [Issue 1907] TO API for backup edge cachegroup URL: https://github.com/apache/incubator-trafficcontrol/pull/2029#issuecomment-388325302 what happens for the following cases: POST /api/1.2/cachegroup_fallbacks [ fallback11, fallback12 ] followed by POST /api/1.2/cachegroup_fallbacks [ fallback11, fallback12 ] ==> do nothing? and POST /api/1.2/cachegroup_fallbacks [ fallback11, fallback12,fallback13 ] ==> create only fallback13? ==================== PUT /api/1.2/cachegroup_fallbacks [ fallback11, fallback12 ] Followed by PUT /api/1.2/cachegroup_fallbacks [ fallback11, fallback12,fallback14 ] <== update only fallback11 and fallback12 and skip fallback14? where fallback14 was not added earlier
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
