Official Plugins (Kuzzle v2.x)
Device Manager v2.x
2

attachEngine #

Attach a device to an engine.

Query Syntax #

HTTP #

Copied to clipboard!
URL: http://kuzzle:7512/_/device-manager/:engineId/devices/:_id/_attach
Method: PUT

Other protocols #

Copied to clipboard!
{
  "controller": "device-manager/devices",
  "action": "attachEngine",
  "engineId": "<engineId>",
  "_id": "<deviceId>",
}

Arguments #

  • engineId: Engine ID
  • _id: Device ID

Response #

Copied to clipboard!
{
  "status": 200,
  "error": null,
  "controller": "device-manager/devices",
  "action": "attachEngine",
  "requestId": "<unique request identifier>",
}