Import Configuration Block to Orderer

post

/console/admin/api/v2/nodes/orderers/{ordererId}/importNCB

Imports a system channel's latest configuration block to an orderer. You must have previously exported the configuration block in order to upload it.

Request

Supported Media Types
Path Parameters
Form Parameters
Back to Top

Response

Supported Media Types

200 Response

Response with OSN information object
Body ()
Root Schema : exportOSNInfo
Type: object
Show Source
Nested Schema : orderingServiceNodes
Type: array
Show Source
Nested Schema : items
Type: object
Show Source

400 Response

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

401 Response

Unauthorized

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