attachEngine #
Attach a device to an engine.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/device-manager/:engineId/devices/:_id/_attach
Method: PUT
Other protocols #
{
"controller": "device-manager/devices",
"action": "attachEngine",
"engineId": "<engineId>",
"_id": "<deviceId>",
}
Arguments #
engineId
: Engine ID_id
: Device ID
Response #
{
"status": 200,
"error": null,
"controller": "device-manager/devices",
"action": "attachEngine",
"requestId": "<unique request identifier>",
}
Edit this page on Github(opens new window)