Ping Service
GEThttps://edge-host-ip:5080/v1/ping
Ping Service
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
msgstring
{
"msg": "string"
}
generic error response
- application/json
- Schema
Schema
string
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://edge-host-ip:5080/v1/ping' \
-H 'Accept: application/json'