In the deployment guide section of the docs (https://ceems-dev.github.io/ceems/docs/deployments/guide#installing-and-configuring-ceems-api-server), there is the instruction
Once the API server has started, we can check for its health by hitting endpoint http://localhost:9020/api/v1/health assuming we are on the host where API server has been deployed.
When I attempted this, this endpoint was giving a 404 error no matter what I tried (using CEEMS 0.14.0), causing some confusion. I believe the API endpoint should be http://localhost:9020/health (which is the URL given in the ceems_api_server web UI), and that the incorrect one is likely from an earlier deprecated API version.
In the deployment guide section of the docs (https://ceems-dev.github.io/ceems/docs/deployments/guide#installing-and-configuring-ceems-api-server), there is the instruction
When I attempted this, this endpoint was giving a 404 error no matter what I tried (using CEEMS 0.14.0), causing some confusion. I believe the API endpoint should be
http://localhost:9020/health(which is the URL given in the ceems_api_server web UI), and that the incorrect one is likely from an earlier deprecated API version.