Skip to content
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

feat: new API design for the Admin API #7320

Closed
5 tasks
tzssangglass opened this issue Jun 24, 2022 · 0 comments · Fixed by #7585, #7622 or #7630
Closed
5 tasks

feat: new API design for the Admin API #7320

tzssangglass opened this issue Jun 24, 2022 · 0 comments · Fixed by #7585, #7622 or #7630
Assignees
Milestone

Comments

@tzssangglass
Copy link
Member

tzssangglass commented Jun 24, 2022

Description

One of the plans in the APISIX V3 roadmap was discussed in the mailing list: new API design for the Admin API

mail list link: https://lists.apache.org/thread/jg46m1lxn2zx3gz1r77b3v6cz6v2l4bn

Now I'm going to implement it, and this task is split into the following subtasks:

  • updated some list URIs(SSL, proto )
  • response body format
  • supports paging to get a list of objects such as route
  • supports filter when getting a list of objects such as route
  • additional filter fields supported by the Route object

This issue is used to track the progress of this task, and also used to record things that require collaboration with other projects (dashboard, apisix-ingress-controller)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment