Control RPCs
getmemoryinfo
Returns an object containing information about memory usage.
Method: POST
Example body (raw)
Example response: 200
getrpcinfo
Returns details of the RPC server.
Method: POST
Example body (raw)
Example response: 200
logging
Gets and sets the logging configuration.
When called without an argument, returns the list of categories with status that are currently being debug logged or not.
When called with arguments, adds or removes categories from debug logging and return the lists above.
The arguments are evaluated in order “include”, “exclude”.
If an item is both included and excluded, it will thus end up being excluded.
The valid logging categories are: net, tor, mempool, http, bench, zmq, walletdb, rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand, prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, validation In addition, the following are available as category names with special meanings:
“all”, “1” : represent all logging categories.
“none”, “0” : even if other logging categories are specified, ignore all of them.
Method: POST
Example body (raw)
Example response: 200
uptime
Returns the total uptime of the server.
Method: POST
Example body (raw)
Example response: 200
getdescriptoractivity (???)
Last updated