HTTPv1

Health & version

Current Server Health & version surface; paths, methods, status codes and handler signatures come directly from 0.8.4 source.

Source packages/fastsim-plugin-server/src/fastsim_plugin_server/application.py

Endpoints 3

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

Discovery

Handlerdiscovery
Signatureasync discovery() -> JSONResponse
SourceL2134
REQUEST
curl -X GET \
  http://127.0.0.1:8000/api/v1
GET/health/livehealth_live
200dict[str, object]

Health live

Handlerhealth_live
Signatureasync health_live() -> JSONResponse
SourceL2116
REQUEST
curl -X GET \
  http://127.0.0.1:8000/health/live
GET/health/readyhealth_ready
200dict[str, object]

Health ready

Handlerhealth_ready
Signatureasync health_ready() -> JSONResponse
SourceL2121
REQUEST
curl -X GET \
  http://127.0.0.1:8000/health/ready