Grandstream GXV3275 GMI Web Service Guide User Manual
Page 33
GXV3240/3275 GMI Web Service v1.9 User Guide
Page 32 of 44
Check Interval (min)
Xmlpass: XML Configuration
file Password
1359
Httpuser: Http/Https
Username
1360
Httppass: Http/Https
Password
1361
Http Request
1. Save configuration
• URL: http://" + ip +"/manager?"
• action: "put"
• var-0000: 238 //Key. P238 is for automatic upgrade
val-0000: 0 //P238 Value
var-0001: 212 //Key. P212 is for upgrade method
val-0001: 1 //P212 value
....
var-xxxx
val-xxxx
• format: "json"
• jsoncallback: "?" (This is the HTTP request for the call back
function, usually used in AJAX and JQuery)
• For example:
http://192.168.121.230/manager?action=put&var-0000=238&val-
0000=0&var-0001=212&val-0001=1&format=json&jsoncallback=
?
2. Upgrade
• URL: http://" + ip +"/manager?"
• action: "upgrade"
• var-0000: 238 //Key. P238 is for automatic upgrade
val-0000: 0 //P238 Value
var-0001: 212 //Key. P212 is for upgrade method
val-0001: 1 //P212 value
....
var-xxxx
val-xxxx
• format: "json"
• jsoncallback: "?" (This is the HTTP request for the call back
function, usually used in AJAX and JQuery)
• For example:
http://192.168.121.230/manager?action=upgrade&var-0000=238&val