Start an Orderer Node
post
/console/admin/api/v2/nodes/orderers/{ordererId}/start
Start an orderer node
Request
Supported Media Types
- application/json
Path Parameters
-
ordererId(required): string
Start an orderer node. This should be done after any changes are made to the node.
Response
Supported Media Types
- application/json
200 Response
Orderer status
Root Schema : schema
Type:
object
Example:
{
"status":"up"
}
400 Response
Invalid arguments
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error