1.2.0
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
}