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 2019/11/04 21:41:54 UTC

[GitHub] [trafficcontrol] lactose edited a comment on issue #4072: Prevent Assigning Servers to Delivery Services Without Required Capabilities

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:
users@infra.apache.org


With regards,
Apache Git Services