apisix_list_global_rules
List global rules from Apache APISIX to retrieve plugin configurations applied globally. Supports pagination, field filtering, and detail mode.
Instructions
查询全局规则列表。有意不提供 get 工具(资源数量少,list 即可获得全部)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始 | |
| detail | No | 返回完整配置(跳过投影) | |
| fields | No | 指定字段(JSON 数组) | |
| page_size | No | 每页条数,有效区间 [10, 500] |