Code: Select all
curl http://127.0.0.1:8080/json.htm?type=command¶m=getuservariables
{
"status": "ERR"
}
curl http://127.0.0.1:8080/json.htm?type=command¶m=system_reboot
{
"status": "ERR"
}
Moderator: leecollings
Code: Select all
curl http://127.0.0.1:8080/json.htm?type=command¶m=getuservariables
{
"status": "ERR"
}
curl http://127.0.0.1:8080/json.htm?type=command¶m=system_reboot
{
"status": "ERR"
}
Code: Select all
curl http://127.0.0.1:8080/json.htm?type=command\¶m=getuservariables
{
"result" : [
{
"LastUpdate" : "2015-11-20 11:04:57",
"Name" : "test",
"Type" : "0",
"Value" : "1",
"idx" : "1"
}
],
"status" : "OK",
"title" : "GetUserVariables"
}
Users browsing this forum: No registered users and 1 guest