32 lines
991 B
Markdown
32 lines
991 B
Markdown
---
|
||
name: api-operations-business-network-assets-demands
|
||
description: business/network-assets 场景下 demands 操作接口。
|
||
version: 1.0.0
|
||
---
|
||
|
||
# 何时使用
|
||
|
||
当你只需要处理 **demands** 相关接口时,使用本技能。
|
||
|
||
# 输入要求
|
||
|
||
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`)
|
||
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
|
||
- 覆盖方法:`GET`, `POST`
|
||
|
||
# 操作列表
|
||
|
||
- `GET /api/v1/calculatedemandtonetwork/` - 计算需水量到整网分配
|
||
- `GET /api/v1/calculatedemandtonodes/` - 计算需水量到节点分配
|
||
- `GET /api/v1/calculatedemandtoregion/` - 计算需水量到区域分配
|
||
- `GET /api/v1/getdemandproperties/` - 获取需水量属性
|
||
- `GET /api/v1/getdemandschema` - 获取需水量属性架构
|
||
- `POST /api/v1/setdemandproperties/` - 设置需水量属性
|
||
|
||
# See Also
|
||
|
||
- 关联场景: `../`
|
||
- 关联总览: `../../../SKILL.md`
|
||
- 关联组件配置: `../component-config`
|
||
- 关联仿真分析: `../../analytics/simulation-analysis`
|