apisix_list_plugins
Lists Apache APISIX plugin names in descending priority order, without schema definitions. Use it to discover which plugins are available.
Instructions
查询插件名列表(按 priority 降序,不含 schema)。
需要字段定义时另调 apisix_get_plugin_schema。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subsystem | No | 子系统:http(默认)或 stream,其他值服务端返回 400 | http |