Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Does the Sandbox or HTTP JSON API service provide health endpoints?Forum ↗

Does the Sandbox or HTTP JSON API service provide health endpoints?

App Development3 posts405 views4 likesLast activity Apr 2020
GE
georgOP
Apr 2020 2

I could only find one reference to a health endpoint in the release notes, but no documentation. Is there anything to verify those processes are still responsive? I can monitor the process itself, but it doesn’t cover the case where the process doesn’t die but is unresponsive for other reasons.

CO
cocreature
Apr 2020 2

Sandbox supports the gRPC health checking protocol. You can find a bit of documentation on how to set this up at https://github.com/digital-asset/daml/blob/master/ledger/README.md#health-checks. I’m not aware of any health checks in the JSON API.

LE
Leonid_Shlyapnikov
Apr 2020

JSON API does not provide any health check endpoints.

← Back to Discussions