Health check | GET /ping

Service health check. Server-side and Client-side interfaces independently provide health checks.

Action

GET /ping

Authentication

Not required

Request parameters

None

Response fields

Field Description
message Always pong

Example

GET /ping HTTP/1.1  
Host:  
Date: Mon, 1 Jan 2018 00:00:00 GMT  

Response

HTTP/1.1 200 OK  
Content-Type: application/json  
{  
    "statusCode": 0,  
    "result":  
    {  
        "message": "pong"  
    },  
    "timestamp": 1514736000000  
}