Files
TJWaterServerBinary/.github/skills/business/network-assets/pumps/SKILL.md
T
2026-03-27 13:05:22 +08:00

36 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: api-operations-business-network-assets-pumps
description: business/network-assets 场景下 pumps 操作接口。
version: 1.0.0
---
# 何时使用
当你只需要处理 **pumps** 相关接口时,使用本技能。
# 输入要求
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
- 覆盖方法:`GET`, `POST`
# 操作列表
- `POST /api/v1/addpump/` - 添加水泵
- `POST /api/v1/deletepump/` - 删除水泵
- `GET /api/v1/getallpumpproperties/` - 获取所有水泵属性
- `GET /api/v1/getpumpnode1/` - 获取水泵起始节点
- `GET /api/v1/getpumpnode2/` - 获取水泵终止节点
- `GET /api/v1/getpumpproperties/` - 获取水泵属性
- `GET /api/v1/getpumpschema` - 获取水泵模式
- `POST /api/v1/setpumpnode1/` - 设置水泵起始节点
- `POST /api/v1/setpumpnode2/` - 设置水泵终止节点
- `POST /api/v1/setpumpproperties/` - 设置水泵属性
# See Also
- 关联场景: `../`
- 关联总览: `../../../SKILL.md`
- 关联组件配置: `../component-config`
- 关联仿真分析: `../../analytics/simulation-analysis`