moltzaum commented on issue #2592: Dangling Federations and Federation Structure
URL: https://github.com/apache/trafficcontrol/issues/2592#issuecomment-408437043
 
 
   Suggested POST ("deliveryServices" is new)
   ```
   {
       "ttl": 48,
       "id": 3,
       "description": "the description",
       "cname": "new.cname.",
       "deliveryServices": [ 1, 2, 3 ]
   }
   ```
   
   Current GET response
   ```
   {
       "ttl": 48,
       "id": 3,
       "description": "the description",
       "cname": "new.cname.",
       "deliveryService": {
           "xmlId": "ds1",
           "id": 81
       }
   }
   ```
   
   As we discussed before, I think we both agree that an array of dsIds would 
be ideal for the json structure. However, do you think it is a good idea to 
include an array on one end, and a single entry on the other?

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