API - service health check
1. Basic API information
- API endpoint:
https://armap-api-<cn1,na1>.easyar.com/ping - Request method:
GET - Response format:
*/*(usuallyapplication/json)
2. Authentication
Not required
3. Request parameters
None
4. Response fields
| Field | Description |
|---|---|
| result | Always pong |
5. Sample
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
}