Get Orderer Advanced Attributes for a Channel
get
/console/admin/api/v2/channels/{channelName}/orderingSettings
Get orderer advanced attributes for a channel.
Request
Supported Media Types
- application/json
Path Parameters
-
channelName(required): string
The specified channel name
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
object
Example:
{
"ordererAddress":[
"example.com:30021"
],
"absoluteMessageBytes":"102760448",
"maxMessageCount":"10",
"preferredMessageBytes":"524288",
"batchTimeout":"2s",
"ordererType":"kafka"
}
400 Response
Invalid arguments
401 Response
Unauthorized
404 Response
Resource not found
500 Response
Internal server error