Skip to content

Node lock status

Supported Versions Last Updated
1.22.04 & higher 2019/05/29
Action node-lock-status
Method GET, POST
Variables

nodeid [id of node]

rdtype [json] For json output specify json or for default output leave blank.

Example Output

XML

<status>success</status>

<statusmsg>Unlocked</statusmsg>

JSON

{"status":"success","statusmsg":"Unlocked"}

Back to top