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.
Delivery Service endpoints need to be updated to account for the new topology field.
Traffic Control components affected ...
Documentation
Traffic Ops
Acceptance Criteria
The DeliveryService struct has a Topology field, which is the name of the Topology the Delivery Service is assigned to.
All relevant Delivery Service APIs have their JSON request and response objects include the topology field, which references the name of the topology it's assigned to.
The fields documentation for each endpoint includes the topology field.
request/response examples for affected endpoints
The GET /deliveryservices endpoint supports ?topology={{topology}} as a query parameter to retrieve all the Delivery Services that are assigned to a given Topology.
The line
See the Flexible Topologies PR for specifics: #4537
I'm submitting a ...
Description
Delivery Service endpoints need to be updated to account for the new
topologyfield.Traffic Control components affected ...
Acceptance Criteria
DeliveryServicestruct has aTopologyfield, which is the name of the Topology the Delivery Service is assigned to.JSONrequest and response objects include thetopologyfield, which references the name of the topology it's assigned to.topologyfield.GET /deliveryservicesendpoint supports?topology={{topology}}as a query parameter to retrieve all the Delivery Services that are assigned to a given Topology.The line
See the Flexible Topologies PR for specifics: #4537