GET/api/v1discovery
Discovery
| Handler | discovery |
|---|---|
| Signature | async discovery() -> JSONResponse |
| Source | L2134 |
REQUEST
curl -X GET \
http://127.0.0.1:8000/api/v1Current 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.pyDiscovery
| Handler | discovery |
|---|---|
| Signature | async discovery() -> JSONResponse |
| Source | L2134 |
curl -X GET \
http://127.0.0.1:8000/api/v1Health live
| Handler | health_live |
|---|---|
| Signature | async health_live() -> JSONResponse |
| Source | L2116 |
curl -X GET \
http://127.0.0.1:8000/health/liveHealth ready
| Handler | health_ready |
|---|---|
| Signature | async health_ready() -> JSONResponse |
| Source | L2121 |
curl -X GET \
http://127.0.0.1:8000/health/ready