Hyperledger Fabric v1.4 REST Endpoints
Statistics/Hyperledger Fabric v1.4
REST API for Hyperledger Fabric v1.4 statistics operations
- Get Audit Log Information
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/auditlog - Get Current Channels and Peers Joined on Each Channel
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/channelInfo - Get Current Number and List of Channels Joined by the Specified Peer
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/channelsJoined - Get the Current Number and List of Installed Chaincodes on the Specified Peer
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/chaincodeInstalled - Get the Current Number of Instantiated Chaincodes on the Specified Channel
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/chaincodeInstantiated - Get the List of Configured Chaincodes (Deprecated in 20.3.1)
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/proxyConfiguredCC - Get the Native Fabric Metrics for Peer or Orderer
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/metrics - Get the Node Health Status
- Method: getPath:
/console/admin/api/v1.1/dashboard/Statistics/nodeHealth - Get the Node Usage Related Metrics
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/nodeRes - Get the Number of Asynchronous Invocations
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/proxyAsyncInvocation - Get the Number of Billable Transactions
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/billableTrans - Get the Number of Blocks
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/blocks - Get the Number of Commits
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/commits - Get the Number of Endorsements
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/endorsements - Get the Number of Synchronous Invocations
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/proxySyncInvocation - Get the Number of User Transactions for Peer, Channel, or Network
- Method: getPath:
/console/admin/api/v1.1/dashboard/statistics/userTrans