Channel REST Endpoints
Blockchain Network Administrative Operations/Hyperledger Fabric v2.5/Channel
Rest API for channel operation
- Add an Organization to a Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/organizations - 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 - Approve a Chaincode Definition in a 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 a 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 Advanced Attributes for a 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 Organization from a Channel
- Method: deletePath:
/console/admin/api/v2/channels/{channelName}/organizations/{mspId} - Remove an OSN from a Channel
- Method: postPath:
/console/admin/api/v2/channels/{channelName}/orderers/removeOSN - Set Anchor Peers for a 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