Range
Function
This API is used to get the reset page parameter range.
Request Message
None.
Sample:
POST /API/Maintenance/ResetSettings/Range HTTP/1.1
{
"version": "1.0",
"data": {}
}
Response Message
Parameter Description
Table 1
Parameter | Range | Type | Description |
---|---|---|---|
load_default_switch | bool | Restore default options, grayed out and selected by default | |
format_hdd_switch | bool | Format hard drive options | |
Password_reset_switch | bool | Restore user management parameter options so that reset can achieve the effect of resetting passwords |
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {
"load_default_switch": {
"type": "bool"
},
"format_hdd_switch": {
"type": "bool"
},
"Password_reset_switch": {
"type": "bool"
}
}
}
Error Code
See Response Messages Body and Common error_code for more information.