added some new endpoints and links in readme

This commit is contained in:
Oscar Krause
2022-12-29 10:31:25 +01:00
parent ed1b55f5f1
commit a09fc5f2ad
5 changed files with 34 additions and 17 deletions

View File

@@ -13,19 +13,27 @@ Only the clients need a connection to this service on configured port.
## Endpoints
### `GET /`
### [`GET /`](/)
HTML rendered README.md.
Redirect to `/-/readme`.
### `GET /status`
### [`GET /status`](/status) (deprecated: use `/-/health`)
Status endpoint, used for *healthcheck*. Shows also current version and commit hash.
### `GET /docs`
### [`GET /-/health`](/-/health)
OpenAPI specifications rendered from `GET /openapi.json`.
Status endpoint, used for *healthcheck*. Shows also current version and commit hash.
### `GET /-/manage`
### [`GET /-/readme`](/-/readme)
HTML rendered README.md.
### [`GET /-/docs`](/-/docs), [`GET /-/redocs`](/-/redocs)
OpenAPI specifications rendered from `GET /-/openapi.json`.
### [`GET /-/manage`](/-/manage)
Shows a very basic UI to delete origins or leases.
@@ -413,7 +421,6 @@ Dec 20 17:53:34 ubuntu-grid-server nvidia-gridd[10354]: License acquired success
</details>
# Credits
Thanks to vGPU community and all who uses this project and report bugs.