请求方法 | 路径 | 描述 |
---|---|---|
GET | /auth/login | 获取活动的身份验证方案 |
POST | /auth/token | 用证书交换访问令牌 |
POST | /auth/revoke | 撤销访问令牌 |
GET | /settings | 获取运行时设置 |
GET | /diagnostics | 获取运行时诊断 |
GET | /flows | 获取活动的流程配置 |
GET | /flows/state | 获取活动流的运行状态 |
POST | /flows | 设置活动的流程配置 |
POST | /flows/state | 设置活动流的运行状态 |
POST | /flow | 将流添加到活动配置 |
GET | /flow/:id | 获取单个流程配置 |
PUT | /flow/:id | 更新单个流程配置 |
DELETE | /flow/:id | 删除单个流程配置 |
GET | /nodes | 获取已安装的节点列表 |
POST | /nodes | 安装新的节点模块 |
GET | /nodes/:module | 获取节点模块的信息 |
PUT | /nodes/:module | 启用/禁用节点模块 |
DELETE | /nodes/:module | 删除节点模块 |
GET | /nodes/:module/:set | 获取节点模块集信息 |
PUT | /nodes/:module/:set | 启用/禁用节点集 |