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
Path Parameters
Body ()
Updated orderer attributes
Root Schema : setOrdererAttributes
Type: object
Show Source
Nested Schema : orderKafkaRetry
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Update success message
Body ()
Root Schema : schema
Type: object
Example:
{
    "status":"Success",
    "message":"content"
}

400 Response

Invalid argument
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

403 Response

Forbidden

500 Response

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

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top