Zheaoli commented on a change in pull request #5011:
URL: https://github.com/apache/apisix/pull/5011#discussion_r704973678
##########
File path: docs/en/latest/control-api.md
##########
@@ -204,3 +204,160 @@ Introduced since `v2.8`.
Trigger a full GC in the http subsystem.
Note that when you enable stream proxy, APISIX will run another Lua VM for the
stream subsystem. It won't trigger a full GC in this Lua VM .
+
+### Get /v1/routes
+
+Introduced since `v3.0`.
+
+Return all routes info in the format below:
+
+```json
+[
+ {
+ "value": {
+ "uris": [
+ "/hello"
+ ],
+ "id": "1",
+ "upstream": {
+ "scheme": "http",
+ "checks": {
Review comment:
of course
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]