apisix_list_plugins
Query APISIX plugin names sorted by priority. Use when needing a list of available plugins without their schemas.
Instructions
查询插件名列表(按 priority 降序,不含 schema)。
需要字段定义时另调 apisix_get_plugin_schema。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subsystem | No | 子系统:http(默认)或 stream,其他值服务端返回 400 | http |