API —— 服务健康检查

1. 接口基本信息

  • 接口地址https://armap-api-<cn1,na1>.easyar.com/ping
  • 请求方法GET
  • 响应格式*/* (通常为 application/json)

2. 认证

不需要

3. 请求参数

4. 响应字段

字段 描述
result 始终为 pong

5. 样例

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": "PONG"
    "msg": "Success"
    "timestamp": 1514736000000
}