Update Orderer Node Configuration
patch
/console/admin/api/v1.1/nodes/orderers/{ordererId}
An orderer node's configuration determines how the node performs and behaves on the network. Use this endpoint to modify an orderer node's configuration.
Request
Supported Media Types
- application/json
Path Parameters
-
ordererId: string
ID of orderer
Updated orderer attributes
Root Schema : setOrdererAttributes
Type:
Show Source
object-
batchSizeAbsMaxBytes(optional):
integer
Default Value:
102760448Example:102760448 -
batchSizeMaxMessageCount(optional):
integer
Default Value:
10Example:10 -
batchSizePrefMaxBytes(optional):
integer
Default Value:
524288Example:524288 -
batchTimeout(optional):
string
Default Value:
2sExample:2s -
kafkaRetry(optional):
object orderKafkaRetry
Orderer attributes when using Kafka
-
logLevel(optional):
string
Allowed Values:
[ "DEBUG", "FATAL", "ERROR", "WARNING", "TRACE", "INFO" ] -
raftRetry(optional):
object orderRaftRetry
Orderer attributes when using Raft
Nested Schema : orderKafkaRetry
Type:
objectOrderer attributes when using Kafka
Show Source
-
consumerRetryBackoff(optional):
integer
Default Value:
2Example:2 -
longInterval(optional):
integer
Default Value:
5Example:5 -
longTotal(optional):
integer
Default Value:
10Example:10 -
metadataRetryBackoff(optional):
integer
Default Value:
250Example:250 -
metadataRetryMax(optional):
integer
Default Value:
3Example:3 -
networkDialTimeout(optional):
integer
Default Value:
10Example:10 -
networkReadTimeout(optional):
integer
Default Value:
10Example:10 -
networkWriteTimeout(optional):
integer
Default Value:
10Example:10 -
producerRetryBackoff(optional):
integer
Default Value:
100Example:100 -
producerRetryMax(optional):
integer
Default Value:
3Example:3 -
shortInterval(optional):
integer
Default Value:
5Example:5 -
shortTotal(optional):
integer
Default Value:
10Example:10
Nested Schema : orderRaftRetry
Type:
objectOrderer attributes when using Raft
Show Source
-
dialTimeout(optional):
integer
Default Value:
5Example:5 -
evictionSuspicion(optional):
integer
Default Value:
10Example:10 -
replicationBackgroundRefreshInterval(optional):
integer
Default Value:
5Example:5 -
replicationBufferSize(optional):
integer
Default Value:
20971520Example:20971520 -
replicationPullTimeout(optional):
integer
Default Value:
5Example:5 -
replicationRetryTimeout(optional):
integer
Default Value:
5Example:5 -
RPCTimeout(optional):
integer
Default Value:
7Example:7 -
sendBufferSize(optional):
integer
Default Value:
10Example:10
Response
Supported Media Types
- application/json
200 Response
Update success message
Root Schema : schema
Type:
objectExample:
{
"status":"Success",
"message":"content"
}400 Response
Invalid argument
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal Server Error
Default Response
Unexpected error