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/05/04 16:13:24 UTC

[GitHub] mitchell852 commented on issue #2029: [Issue 1907] TO API for backup edge cachegroup

mitchell852 commented on issue #2029: [Issue 1907] TO API for backup edge cachegroup
URL: https://github.com/apache/incubator-trafficcontrol/pull/2029#issuecomment-386650324
 
 
   @Vijay-1 and I discussed these 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
   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:
users@infra.apache.org


With regards,
Apache Git Services