-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(admin) /targets endpoint return active ones only
Breaking change: The endpoints to list active and all Targets associated with an Upstream have been changed as follows: * `/upstreams/:upstream_name_or_id/targets/active` is removed. * `/upstreams/:upstream_name_or_id/targets/` now only lists the active Targets instead of listing all of them. * `/upstreams/:upstream_name_or_id/targets/all` is introduced, which returns a list of all the Targets (old and current), as per the previous behavior of the `/targets/` endpoint. From #3049 Closes #2791
- Loading branch information
1 parent
872bce9
commit 619f4f4
Showing
2 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters