Api —— service health check

1. Interface basic information

  • Endpoint: https://armap-api-<cn1,na1>.easyar.com/ping
  • Request method: GET
  • Response format: */* (typically application/json)

2. Authentication

Not required

3. Request parameters

None

4. Response fields

Field Description
result Always returns pong

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