lactose edited a comment on issue #4072: Prevent Assigning Servers to Delivery 
Services Without Required Capabilities
URL: https://github.com/apache/trafficcontrol/pull/4072#issuecomment-549560125
 
 
   > Just so I'm clear. What are the API endpoints affected by this PR? I think:
   > 
   > GET /deliveryservices/{:id}/servers/eligible
   > POST /deliveryserviceserver
   
   all of the ones mentioned here:
   > I believe new logic will need to be added to each endpoint:
   
   > GET /deliveryservices/{:id}/servers/eligible (only return servers that 
have the capabilities required of the delivery service)
   > POST /deliveryserviceserver (check that the servers being assigned to the 
delivery service have the needed capabilities)
   > POST /servers/
   > 
   > {id}
   > /deliveryservices (check that the delivery services being assigned to the 
server do not require a capability the server does not have)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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