Get Orderer Node Configuration
get
/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 see an orderer node's configuration.
Request
Supported Media Types
- application/json
Path Parameters
-
ordererId: string
ID of orderer to fetch
Response
Supported Media Types
- application/json
200 Response
Orderer attributes
Root Schema : getOrdererAttributes
Type:
Show Source
object-
adminUrl(optional):
string
-
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 -
kafka/Retry(optional):
object orderKafkaRetry
Orderer attributes when using Kafka
-
logLevel(optional):
string
Allowed Values:
[ "DEBUG", "FATAL", "ERROR", "WARNING", "TRACE", "INFO" ] -
mspId(optional):
string
-
ordererId(optional):
string
-
url(optional):
string
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
400 Response
Invalid argument
401 Response
Unauthorized
500 Response
Internal Server Error
Default Response
Unexpected error