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
- multipart/form-data
Path Parameters
-
ordererId(required): string
ID of orderer to import
Form Parameters
-
channel.block: file
The file to upload
Response
Supported Media Types
- application/json
200 Response
Response with OSN information object
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error