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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The GET /deliveryserviceserver route does not support filtering by CDN.
New behavior:
The GET /deliveryserviceserver route should have support for a ?cdn=my-cdn-name query parameter to filter the response by CDN. Once added, we should make t3c use it to filter by CDN instead of requesting the entirety of ds-server assignments across all CDNs. t3c has no need for ds-server assignments for CDNs outside of its own CDN, so this leads to unnecessary network bandwidth usage and database load.
Minimal reproduction of the problem with instructions:
GET /deliveryserviceserver?cdn=my-cdn, notice how it doesn't filter by the given CDN name.