Backstage
Docs
Github
Preparing search index...
@backstage/backend-plugin-api
index
RootHealthService
Interface RootHealthService
interface
RootHealthService
{
getLiveness
()
:
Promise
<
{
payload
?:
JsonValue
;
status
:
number
}
>
;
getReadiness
()
:
Promise
<
{
payload
?:
JsonValue
;
status
:
number
}
>
;
}
Index
Methods
get
Liveness
get
Readiness
Methods
get
Liveness
getLiveness
()
:
Promise
<
{
payload
?:
JsonValue
;
status
:
number
}
>
Get the liveness status of the backend.
Returns
Promise
<
{
payload
?:
JsonValue
;
status
:
number
}
>
get
Readiness
getReadiness
()
:
Promise
<
{
payload
?:
JsonValue
;
status
:
number
}
>
Get the readiness status of the backend.
Returns
Promise
<
{
payload
?:
JsonValue
;
status
:
number
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Liveness
get
Readiness
Docs
Github
Backstage
Loading...
Get the liveness status of the backend.