Skip to main content
GET
Liveness check

Response

200 - application/json

The process is alive

The process is up and answering HTTP.

Reports the build and nothing about its dependencies. A liveness answer that went red when the database blinked would get the process killed and restarted. That does nothing about the database, and it drops every request the instance was serving.

commit
string
required

The commit this binary was built from, or unknown when the build was not told.

service
string
required

The service answering: agentsfleetd.

status
string
required

Always ok from a live process. One word to switch on, so a reader never has to treat an empty document as a signal.

version
string
required

The version this binary was cut from.