Kubernetes-compatible liveness probe to verify service is alive
GET
/
health
/
live
Typescript (SDK)
Copy
import { Screenshothis } from "@screenshothis/sdk";const screenshothis = new Screenshothis();async function run() { const result = await screenshothis.health.getLive(); console.log(result);}run();
import { Screenshothis } from "@screenshothis/sdk";const screenshothis = new Screenshothis();async function run() { const result = await screenshothis.health.getLive(); console.log(result);}run();