mitchell852 commented on issue #2029: [Issue 1907] TO API for backup edge 
cachegroup
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2029#issuecomment-386650324
 
 
   @elsloo - 
   
   @Vijay-1 and I discussed/agreed on these API routes but I don't think the 
changes have been made yet to support them:
   
   GET /api/1.2/cachegroup_fallbacks?cacheGroupId= <-- get all fallbacks for a 
cg
   GET /api/1.2/cachegroup_fallbacks?fallbackId= <-- get all cg's for a fb
   GET /api/1.2/cachegroup_fallbacks?cacheGroupId=&fallbackId= <-- get one cg fb
   
   POST /api/1.2/cachegroup_fallbacks <-- create one or more fallbacks. if a 
fallback already exists, report that it already exists and bail (403)
   
   PUT /api/1.2/cachegroup_fallbacks <-- update one or more fallbacks, skip if 
fallback doesn't exist or fallback is invalid
   
   DELETE /api/1.2/cachegroup_fallbacks?cacheGroupId=3&fallbackId=23 <-- delete 
one fallback
   DELETE /api/1.2/cachegroup_fallbacks?cacheGroupId=3 <-- delete all fallbacks 
for cg3
   DELETE /api/1.2/cachegroup_fallbacks?fallbackId=23 <-- delete all 
cachegroups for fb23

----------------------------------------------------------------
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