Core
API v2.x
2

ping #

Pings the memory storage database.

[Redis documentation]


Query Syntax #

HTTP #

Copied to clipboard!
URL: http://kuzzle:7512/ms/_ping
Method: GET

Other protocols #

Copied to clipboard!
{
  "controller": "ms",
  "action": "ping"
}

Response #

Returns a "PONG" response.

Copied to clipboard!
{
  "requestId": "<unique request identifier>",
  "status": 200,
  "error": null,
  "controller": "ms",
  "action": "ping",
  "collection": null,
  "index": null,
  "result": "PONG"
}