Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 368 Bytes

status_check.rst

File metadata and controls

35 lines (24 loc) · 368 Bytes

Status check

Status

Query

GET /status_check

Example request

GET /status_check HTTP/1.1
Host: wazoserver
Content-Type: application/json

Example response

HTTP/1.1 200 OK
Content-Type: application/json
{
    "status": "up"
}