QuestionQ29

Hyperledger Fabric Networks

The peer and the orderer host an HTTP server that provides a RESTful operations API (Operations Service). Which of the following functions is not provided as an Operations Service API?

  • A Get log data
  • B Get metrics
  • C Set log level
  • D Do health check
Explanation

Hyperledger Fabric Operations Service supports log-level management (/logspec), operational metrics (/metrics, when configured), and health checks (/healthz). It does not expose an API for retrieving log data; its logging endpoint manages the active logging specification rather than returning log entries.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!