exists #
Checks if a device manager engine exists on an index
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/device-manager/engine/:index/_exists
Method: GETOther protocols #
{
  "controller": "device-manager/engine",
  "action": "exists",
  "index": "tenant-ayse"
}Kourou #
kourou device-manager/engine:exists <index>Response #
Returns an object containing an exists property.
{
  "requestId": "d16d5e8c-464a-4589-938f-fd84f46080b9",
  "status": 200,
  "error": null,
  "controller": "device-manager/engine",
  "action": "exists",
  "collection": null,
  "index": "tenant-ayse",
  "result": { 
    "exists": true
  }
}