Channel REST Endpoints
Blockchain Network Administrative Operations/Channel
REST API for channel operations
- Add an OSN to a Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/orderers/joinOSN - Add an OSN to the System Channel
- Method: postPath:
/console/admin/api/v2/channels/syschannel/addOSN - Add Organization to Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/organizations - Approve Chaincode Definition in Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/chaincodeDefinitions/approve - Check Commit Readiness
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/chaincodeDefinitions/checkCommitReadiness - Commit Chaincode Definition in a Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/chaincodeDefinitions/commit - Create a Channel
- Method: postPath:
/console/admin/api/v2/channels - Get a List of Block's Data
- Method: getPath:
/console/admin/api/v2/channels/{channelName}/blocks - Get Channel Block Data
- Method: getPath:
/console/admin/api/v2/channels/{channelName}/blocks/{blockId} - Get Channel Information
- Method: getPath:
/console/admin/api/v2/channels/{channelName} - Get Channel List
- Method: getPath:
/console/admin/api/v2/channels - Get Orderer Attributes for Channel
- Method: getPath:
/console/admin/api/v2/channels/{channelName}/orderingSettings - Get the System Channel's Configuration Block
- Method: getPath:
/console/admin/api/v2/channels/syschannel/configblock - Query Chaincode Definition in a Channel
- Method: getPath:
/console/admin/api/v2/channels/{channelName}/chaincodeDefinitions - Remove an OSN from a Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/orderers/removeOSN - Remove Organization from Channel
- Method: deletePath:
/console/admin/api/v2/channels/{channelName}/organizations/{mspId} - Set Anchor Peers for Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/organizations/{mspId}/anchorPeers - Update Orderer Advanced Attributes for a Channel
- Method: patchPath:
/console/admin/api/v2/channels/{channelName}/orderingSettings - Update Policies of a Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/policies