Api —— service-gesundheitsprüfung
1. Schnittstellen-grundinformationen
- Schnittstellen-adresse:
https://armap-api-<cn1,na1>.easyar.com/ping - Anfragemethode:
GET - Antwortformat:
*/*(normalerweiseapplication/json)
2. Authentifizierung
Nicht erforderlich
3. Anfrageparameter
Keine
4. Antwortfelder
| Feld | Beschreibung |
|---|---|
| result | Immer pong |
5. Beispiel
GET /ping HTTP/1.1
Host:
Date: Mon, 1 Jan 2018 00:00:00 GMT
Antwort
HTTP/1.1 200 OK
Content-Type: application/json
{
"statusCode": 0,
"result": "PONG"
"msg": "Success"
"timestamp": 1514736000000
}