Check an index

This API checks an index:

Parameters:

curl -XPOST "http://localhost:9091/indexes/my_index/check"

Response

Returns a JSON object with the result of the check.

{
  "...":"..."
}