-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TO API /servers/{id}/deliveryservices endpoint not responding with all DS's on cache #7519
Labels
bug
something isn't working as intended
low difficulty
the estimated level of effort to resolve this issue is low
low impact
affects only a small portion of a CDN, and cannot itself break one
Traffic Ops
related to Traffic Ops
Comments
ocket8888
added
Traffic Ops
related to Traffic Ops
low impact
affects only a small portion of a CDN, and cannot itself break one
low difficulty
the estimated level of effort to resolve this issue is low
labels
May 15, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 19, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 19, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 19, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 19, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 28, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 28, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 28, 2023
jagan-parthiban
added a commit
to jagan-parthiban/trafficcontrol
that referenced
this issue
May 28, 2023
zrhoffman
pushed a commit
that referenced
this issue
Jun 2, 2023
…all DS's on cache that are directly assigned and inherited through topology. (#7520) * Fixes Issue: #7519 * Changelog updated for Issue: #7519 * Documentation updated for Issue: #7519 * Updated Integration tests for #7519 * CHANGELOG.md Update * Updated V3 integration tests for this change. * Fixed PR review comments * Fixed PR review comments
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
something isn't working as intended
low difficulty
the estimated level of effort to resolve this issue is low
low impact
affects only a small portion of a CDN, and cannot itself break one
Traffic Ops
related to Traffic Ops
Traffic Control components affected:
Current behavior:
The
deliveryservices
API endpoint does not respond with all DS's that are in use on a given cache, it appears to only respond with maybe the DS's directly assigned to that cache, not the other DS's that use that cache based on the topology specific DS's are using.Expected behavior:
The endpoint must respond with both the DS directly assigned to the server and that are assigned through a Topology.
Steps to reproduce:
toget -ka4.1 servers/${ID}/deliveryservices
The text was updated successfully, but these errors were encountered: