Force the node to remove a specific peer from the blacklisted ones.
Parameters
Name | Type | Required | Description |
---|---|---|---|
address | string | yes | Peer to be removed from the blacklist (format: ip:port) |
Example request
curl -sX POST 'http://127.0.0.1:9085/node/removeFromBlacklist' -H 'Content-Type: application/json' -H 'accept: application/json' -d '{"address":"92.92.92.92:27017"}'
Example response
{
"result" : {}
}