RootHealthService.getLiveness()
Home > @backstage/backend-plugin-api
> RootHealthService
> getLiveness
Get the liveness status of the backend.
Signature:
getLiveness(): Promise<{
status: number;
payload?: JsonValue;
}>;
Returns:
Promise<{ status: number; payload?: JsonValue; }>