Vijay-1 commented on issue #2029: [Issue 1907] TO API for backup edge cachegroup
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2029#issuecomment-382720726
 
 
   @mitchell852 
   
   Some minot modification from your suggestions. Request your views before 
actually modifying those.
   fetch list 
       Cache group for a fallbackId
           Example: GET api/{version}/cachegroup_fallbacks?fallbackId=6
       Fallbacks for a cacheGroupId
            Example: GET /api/{version}/cachegroup_fallbacks?cacheGroupId=1
   
   delete one
       DELETE all the fallbacks for a cache
            Example: DELETE api/{Version}/cachegroup_fallbacks?cacheGroupId=1
       DELETE a specific fallback for a cache
            Example: DELETE 
api/{Version}/cachegroup_fallbacks?cacheGroupId=1&fallbackId=5"
   
   create one
          POST /api/{version}/cachegroup_fallbacks?cacheGroupId=1";
          POST /api/{version}/cachegroup_fallbacks";
         
          POST will update if an already existing cache:fallback combination is 
sent in . if no such combination exists it will create one   
   
   Most of this functionalities is already there except for POST's deletion and 
Delete's specific row requirement. 
   
   

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