This page is automatically generated from the OpenAPI specification.
ServerApi
All URIs are relative to http://localhost:8000/v1
Method | HTTP request | Description |
---|---|---|
get_server_info | GET /info | Get server information |
ping_server | GET /ping | Health check endpoint |
get_server_info
ServerInfo get_server_info()
Get server information
Returns information about the server, such as the RxInferServer version, RxInfer version, Julia version, server edition and API version
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
ping_server
PingResponse ping_server()
Health check endpoint
Simple endpoint to check if the server is alive and running
Parameters
This endpoint does not need any parameter.
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
This page is automatically generated from the OpenAPI specification.