changes.mady.by.user Tomas Kirnak
Saved on Nov 29, 2017
...
Get Unimus health status.
Method: GET
http://example.unimus/api/v1/heatlh
curl -H "Accept: application/json" -H "Authorization: Bearer <token>" "http://<example.unimus>/api/v1/health"
OK - Unimus is ready to handle all requests.
LICENSING_UNREACHABLE - License server is unreachable. All request will proceed except add, remove and update device.
ERROR - Unimus require user interaction to solve the problem. All requests will be refused.
HTTP/1.1 200 OK
{
}