健康檢查 | GET /ping

服務健康檢查。Server-side 和 Client-side 介面獨立分別提供健康檢查。

Action

GET /ping

Authentication

不需要

Request parameters

Response fields

欄位 描述
message 始終為 pong

Example

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

返回

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