Status
Description: Checks whether the server is up and running and able to respond correctly. It returns information on the addresses the Rulex Server responds to, along with the API Server, and the build number.
URL: /status
Method: GET
Response Codes
Code | Result | Response |
---|---|---|
Success | ||
200 | Success | { description : "RulexAPIServer is running", server_build_nr : Rulex Server build number API_server : address for API server Rulex_server : address for Rulex Server } |