system

Liveness check

Return whether the StacyVM API process is alive

get/live

Response

OK

statusstring
uptimestring
versionstring

Example response

{
  "status": "ok",
  "uptime": "2h30m15s",
  "version": "1.0.0"
}

Changes