Skip to content
Mainnet Node Management

Exit Vacuum NetworkTry API

POST chain_queryInfo (Exit Vacuum Network)

After exiting the vacuum network, the mainnet node can be remotely maintained through SSH.

Parameters

devid:nodetmac@IP(nodetmaccode, nodeIPaddress,with@stringconcatenate)

pass:configurenodevacuummanagepasswordcode

Example Code
Request
{
"jsonrpc": "3.0",
"method": "chain_queryInfo",
"params": [
  "updateTmac",
  "op=stop&pass=123&devid=1hg2h4.....9fc47be6b9741d6689@1.1.1.1",
  "encryp=none"
],
"id": "1"
}
Response
{
 "jsonrpc":  "3.0",
 "id":  "1",
 "result": {
   "ret":  "0",
   "err":  "",
   "content":  "StopMac Successful! and Maintain through SSH connection"
}
}

On this page