Vijay-1 commented on issue #2029: [Issue 1907] TO API for backup edge cachegroup
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2029#issuecomment-383123063
 
 
   @mitchell852 
   Looks like you missed the Order parameter:
   PUT Request 
       [ { "cacheGroupId": 1, "fallbackName": "GROUP2", "fallbackOrder": 10 } ]
   
   >> fallbackName instead of fallback Id is just a convenience, so that it 
will be use full while debugging :grinning: 
   
   GET Response
       { "response": [ { "cacheGroupId":1, "cacheGroupName":"GROUP1", 
"fallbackId":2, "fallbackOrder":10, "fallbackName":"GROUP2" } ] }
   
   Also POST , updates rather than skipping , because there may be a change in 
Order 

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

Reply via email to