3.10 Maintenance
Getting current settings
Get the current System management settings.
URL: | https://{{ip_addr}}/api/v1/maintenance |
HTTP method: | GET |
Response code: | Standard HTTP response code, treating syntactic errors. |
Response data: | {
"data": {
"isRemoteEnabled": true,
"isWelcomeScreenEnabled": false
}
}
|
Section setting
URL: | https://{{ip_addr}}/api/v1/maintenance |
HTTP method: | PUT |
| Request body: | {
"isWelcomeScreenEnabled": "<boolean>",
"isRemoteEnabled": "<boolean>"
}
|
Response code: | Standard HTTP response code, treating syntactic errors.
|
Response data: | {
"data": {
"isRemoteEnabled": true,
"isWelcomeScreenEnabled": false
}
}
|
Factory default
URL: | https://{{ip_addr}}/api/v1/maintenance/factoryreset |
HTTP method: | PUT |
Response code: | Standard HTTP response code, treating syntactic errors. |
Device restart
URL: | https://{{ip_addr}}/api/v1/maintenance/devicereset |
HTTP method: | PUT |
Response code: | Standard HTTP response code, treating syntactic errors. |
