nic-chen edited a comment on issue #973:
URL: 
https://github.com/apache/apisix-dashboard/issues/973#issuecomment-739777982


   @membphis  
   Here is the list:
   
   |Method      |Request URI|Request Body|Description        |
   |---------|-------------------------|--|------|
   |GET      |/apisix/admin/routes?page=&page_size=&name=&uri=|NULL|Fetch route 
list|
   |GET      |/apisix/admin/notexist/routes?name=&exclude=|NULL|Check route 
exists by name|
   |GET      |/apisix/admin/services?page=&page_size=&name=|NULL|Fetch service 
list|
   |GET      |/apisix/admin/upstreams?page=&page_size=&name=|NULL|Fetch 
upstream list|
   |GET      |/apisix/admin/ssl?page=&page_size=&sni=|NULL|Fetch SSL list|
   |POST     |/apisix/admin/check_ssl_cert     |{"cert": "xx", 
"key":"xx"}|verify SSL cert and key|
   |POST     |/apisix/admin/check_ssl_exists     |["a.com", "b.com"]|check SSL 
exists or not by sni|
   |GET      |/apisix/admin/consumers?page=&page_size=&username=|NULL|Fetch 
consumer list|
   |POST   |/apisix/admin/user/login|{"username":"xx", "password":"xx"}|User 
login|


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to