HTTPv1

健康与版本

Server 当前 健康与版本 接口;路径、方法、状态码与处理器签名直接来自 0.8.4 源码。

源码 packages/fastsim-plugin-server/src/fastsim_plugin_server/application.py

接口 3

GET/api/v1discovery
200dict[str, object]

Discovery

处理器discovery
签名async discovery() -> JSONResponse
源码L2134
REQUEST
curl -X GET \
  http://127.0.0.1:8000/api/v1
GET/health/livehealth_live
200dict[str, object]

Health live

处理器health_live
签名async health_live() -> JSONResponse
源码L2116
REQUEST
curl -X GET \
  http://127.0.0.1:8000/health/live
GET/health/readyhealth_ready
200dict[str, object]

Health ready

处理器health_ready
签名async health_ready() -> JSONResponse
源码L2121
REQUEST
curl -X GET \
  http://127.0.0.1:8000/health/ready