GET api/{version}/deliveryservices/{id}/health returns no info if delivery service uses a topology #6271
Labels
bug
something isn't working as intended
medium impact
impacts a significant portion of a CDN, or has the potential to do so
Traffic Ops
related to Traffic Ops
This Bug Report affects these Traffic Control components:
Current behavior:
GET api/{{version}/deliveryservices/{id}/health returns no info if the delivery service uses a topology
Expected behavior:
When a delivery service uses a topology, it still should have a total for all "ONLINE" and "OFFLINE" caches as well as totals for each Cache Group employed by the Topology. such as this:
Steps to reproduce:
GET api/{{version}}/deliveryservices/{{id}}/health
and observe the online/offline counts (total and per cache group)GET api/{{version}}/deliveryservices/{{id}}/health
and observe NO online/offline counts (total and per cache group)The text was updated successfully, but these errors were encountered: