You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Bug Report affects these Traffic Control components:
Traffic Ops
Current behavior:
When a request is made to TO's GET /api/x/deliveryservices/:id/routing endpoint, TO makes a request to all TRs instead of just the TRs that belong to the same CDN as the given delivery service.
Expected behavior:
For this endpoint, TO should only make requests to TRs that belong to the CDN of the given delivery service.
Steps to reproduce:
GET /api/3.1/deliveryservices/<insert-ds-id-here>/routing
The text was updated successfully, but these errors were encountered:
This Bug Report affects these Traffic Control components:
Current behavior:
When a request is made to TO's
GET /api/x/deliveryservices/:id/routing
endpoint, TO makes a request to all TRs instead of just the TRs that belong to the same CDN as the given delivery service.Expected behavior:
For this endpoint, TO should only make requests to TRs that belong to the CDN of the given delivery service.
Steps to reproduce:
GET /api/3.1/deliveryservices/<insert-ds-id-here>/routing
The text was updated successfully, but these errors were encountered: