li-keguo commented on issue #3992: URL: https://github.com/apache/shenyu/issues/3992#issuecomment-1257130154
hi~,You must provide the plugin Id, this interface is somewhat ambiguous ```bash curl -L -X GET 'http://localhost:9095/selector?currentPage=1&pageSize=10&pluginId=5' \ -H 'X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjY0MTM2NjAxfQ.00by321c2cZJojQRdMWv9PIRvX9sAifGNkr0muuJTEQ' \ ``` This is a legacy issue, this interface will be deprecated in the future, the new interface is as follows: ```http POST http://localhost:9095/selector/list/search POST http://localhost:9095/selector/list/search/adaptor ``` see: http-debug-selector-controller-api.http -- 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]
