getaddednodeinfo
Summary
Returns information about the given added node, or all added nodes
Description
Returns information about the given added node, or all added nodes (note that onetry addnodes are not listed here)
Arguments
node(STR): If provided, return information about this specific node, otherwise all nodes are returned.
Results
value(ARR): No description.value(OBJ): No description.addednode(STR): The node IP address or name (as provided to addnode)connected(BOOL): If connectedaddresses(ARR): Only when connected = truevalue(OBJ): No description.address(STR): The bitcoin server IP and port we're connected toconnected(STR): connection, inbound or outbound
Examples
qbit-cli getaddednodeinfo "192.168.0.201"
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "getaddednodeinfo", "params": ["192.168.0.201"]}' -H 'content-type: application/json' http://127.0.0.1:8352/