Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Service] Healthcheck service #359

Closed
1 task done
sellnat77 opened this issue Mar 4, 2020 · 0 comments · Fixed by #540
Closed
1 task done

[Service] Healthcheck service #359

sellnat77 opened this issue Mar 4, 2020 · 0 comments · Fixed by #540
Assignees
Labels
Role: Backend Related to API or other server-side work v1 The first version of the site

Comments

@sellnat77
Copy link
Member

Description

We need a service to show basic details and git sha for verification purposes

Endpoint

Accepted methods

  • GET
    POST

Path: server:port/apistatus

Inputs

No inputs necessary

Outputs

Output api basics to prove service is available

{
    "currentTime": "Unix timestamp",
    "gitSHA": "asdkj68a9",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Role: Backend Related to API or other server-side work v1 The first version of the site
Projects
Development

Successfully merging a pull request may close this issue.

3 participants