Get Device Auto Recovery
GET {{baseUrl}}/v1/device/:deviceUid/auto-recovery
Get configuration of device auto recovery process if device supports that
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"uid":"\u003cstring\u003e","deviceUid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","succeededAt":"\u003cdateTime\u003e","failedAt":"\u003cdateTime\u003e","enabled":"\u003cboolean\u003e","healthcheckIntervalMs":"\u003cinteger\u003e","autoEnableTimeoutMs":"\u003cinteger\u003e"},{"uid":"\u003cstring\u003e","deviceUid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","succeededAt":"\u003cdateTime\u003e","failedAt":"\u003cdateTime\u003e","enabled":"\u003cboolean\u003e","healthcheckIntervalMs":"\u003cinteger\u003e","autoEnableTimeoutMs":"\u003cinteger\u003e"}]