REST Proxy Node Attributes

A REST proxy node allows you to query or invoke a chaincode through the RESTful protocol. The node’s attributes determine how the node performs on the network and which channel, chaincode, and peers are used in the transactions performed by the node.

Only Administrators can change a node’s attributes. If you've got User privileges, then you can view a node’s attributes.

Table A-10 REST Proxy Node Attributes

Attribute Description Default Value
REST Proxy Name This is the identifier or name that Oracle Blockchain Platform assigned the node when it created it. You can’t modify this ID. restproxy<node number>
Proposal Wait Time (ms) Enter the number of milliseconds that the node waits for completion of the proposal process. If this number is exceeded, then the transaction times out. 60,000
Transaction Wait Time (ms) Enter the number of milliseconds that the node waits for execution after the transaction is submitted. If this number is exceeded, then the transaction times out. 300,000
Log Level Specify the log level that you want to use for the node. Oracle suggests that for development or testing, you use DEBUG. And that for production, you use WARNING or ERROR. INFO