ping #
Pings the memory storage database.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/ms/_ping
Method: GET
Other protocols #
{
"controller": "ms",
"action": "ping"
}
Response #
Returns a "PONG"
response.
{
"requestId": "<unique request identifier>",
"status": 200,
"error": null,
"controller": "ms",
"action": "ping",
"collection": null,
"index": null,
"result": "PONG"
}
Edit this page on Github(opens new window)