Return back to Web API service Main section
GET http://[server]:[port]/system/rootpwd/[password]
The password must be an base64 encoded string
Example:
GET http://[server]:[port]/system/rootpwd/MTIzNDU2QCQk
Give a json with the token True or False:
{
"Status": true,
"Info": "Success Change the root password with a lenth of 6 characters",
"Error": ""
}