anjia0532 commented on issue #6105: URL: https://github.com/apache/apisix/issues/6105#issuecomment-1012876781
> > /apisix/admin/plugins /apisix/admin/plugins?all=true 和/apisix/admin/plugins/list 返回风格与其他接口返回数据风格不一致 > > Yes, these APIs don't fetch data from etcd, so they are different. > > BTW, `/apisix/admin/plugins/list` should be marked as deprecated. PR is welcome! > > > stand-alone 模式不支持(也可能没更新文档 ) /apisix/admin/plugin_configs 接口 > > stand-alone mode doesn't have Admin API. > > > stand-alone#配置-plugins 文档中描述 stream: true # stream 插件需要设置 stream 属性为 true 啥样的插件算是 stream 插件?没法从admin api 相关接口中获得这个标识 > > You can get stream plugin list via `/apisix/admin/plugins?all=true&subsystem=stream`. The API doesn't provide room for stream plugins, so we have to use an extra subsystem argument. In my test `docker apache/apisix:2.9-alpine` `subsystem=stream` not work. -- 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]
