Skip to content

Out-of-date API endpoint information in deployment guide #548

Description

@CharlieThornton33

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions