Update Device Peer Recovery
PUT/v1/device/:deviceUid/peer-recovery
Set device peer recovery on the device by deviceUid.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
enabled | boolean | required | Indicates whether peer recovery should be enabled or disabled |
urlLauncherAddress | string | required | When peer recovery is enabled, this URL address has to be set in URL launcher on device that is recovered. This attribute is required only if enabled is true |
autoEnableTimeoutMs | integer | required | When peer recovery is disabled, a time period in ms can be specified, after which the process is enabled automatically. This attribute is required only if enabled is false |
Request
Responses
- 200
- 404
OK
Response Headers
Content-Type
Link
Contains URL pointing to the result of this action. Keep making requests to this URL, until the response indicates, that the action was processed. For more information, refer to endpoint Get Device History.
Not Found
Response Headers
Content-Type