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.
I'm submitting a ...
Description
The
/cachegroupsendpoints need to be updated to reflect the changes that having Topologies introduces.Traffic Control components affected ...
Acceptance Criteria
GET /cachegroupssupports?topology={{topology}}as a query parameter to retrieve all the Cachegroups that are used in a given Topology.DELETE /cachegroupsreturns a useful error when trying to delete a Cachegroup that is currently used in a Topology.PUT /cachegroupsupdates all foreign key references ifnameis updated. This is done automatically in the database via the FK references.The line
See the Flexible Topologies PR for specifics: #4537