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