Skip to content

1.2.0

Choose a tag to compare

@krylosov-aa krylosov-aa released this 06 Jan 22:12

Added a new api: /status to get the status of a specific host

GET /status

Returns status of a host that you specified in the get parameter.

For example: http://127.0.0.1:8000/status?host=host-1

{
  "master": true,
  "alive": true
}