Get Orderer Advanced Attributes for a Channel

get

/console/admin/api/v1.1/channels/{channelName}/orderingSettings

Get orderer advanced attributes for a channel.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Orderer attributes
Body ()
Root Schema : schema
Type: object
Example:
{
    "ordererAddress":[
        "example.com:30021"
    ],
    "absoluteMessageBytes":102760448,
    "maxMessageCount":10,
    "preferredMessageBytes":524288,
    "batchTimeout":"2s",
    "ordererType":"raft"
}

400 Response

Invalid argument

401 Response

Unauthorized

404 Response

Resource not found
Body ()
Root Schema : 404errorModels
Type: object
Show Source
Example:
{
    "respMesg":"resource not found"
}

500 Response

Internal Server Error
Body ()
Root Schema : 500errorModels
Type: object
Show Source
Back to Top