apisix_list_plugin_configs
List Apache APISIX plugin configurations with pagination and select fields to retrieve only needed data. Query plugin configs for inspection or management.
Instructions
查询插件配置列表。有意不提供 get 工具。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始 | |
| detail | No | 返回完整配置(跳过投影) | |
| fields | No | 指定字段(JSON 数组) | |
| page_size | No | 每页条数,有效区间 [10, 500] |