WM Data Center 运维门户

医院数据采集、映射配置、任务执行、审计查看的一站式入口。

当前配置:WM_OPS_API_KEY = 未配置

页面入口

常用可视化入口。

映射配置入口

模板管理、版本发布、回放预览。

任务与运维接口

以下接口通常需要 X-Ops-Key

能力接口
执行一个任务POST /wm/api/v1/tasks/run-once
批量执行任务POST /wm/api/v1/tasks/run-batch?limit=20
清空队列POST /wm/api/v1/tasks/run-until-empty?max_tasks=200
统一调度POST /wm/api/v1/ops/tick?scan=true&task_limit=20
清理 noncePOST /wm/api/v1/tasks/maintenance/cleanup-nonces?ttl_hours=48

批次排障快捷入口

<batch_no> 替换为实际批次号。

提示:建议以 Swagger 调用需要 Header 的接口;门户作为总入口导航,不保存敏感凭据。