Networking
Add Peer
Add a peer to the list of known peers and attempt to connect to it.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Blacklist API Proxy Peer
Blacklist a remote node from the UI, so it won't be used when in roaming and light client modes.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Bootstrap API Proxy
It performs a proxy bootstrap, checking known peer connected. Password protected when not connected to a local node.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get API Proxy Reports
It provides information about the light client remote API calls and their confirmations.
Method: GET
Example response: 200
Blacklist Peer
Blacklist a peer for the default blacklisting period.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Peer
Get information about a given peer.
Method: GET
Example response: 200
Manage Peers Networking
It enables, disables or queries the peers networking
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Set API Proxy Peer
Set the remote node to use when in roaming and light client modes.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Last updated