API Stability |
Deprecated
|
The setConsideredAliveUntil() GraphQL mutation is used to set a time until which the host will be considered alive by LogScale, even when it's offline.
The function of this mutation field is now an automated part of the
graceful shutdown of a non-evicted node. There is no need to set
this, manually. It will be removed at the earliest in version 1.195.
Use instead
GracefulShutdownConsideredAliveSeconds
dynamic configuration.
For related information on this topic, you may find the Time Syntax reference page useful.
Syntax
Below is the syntax for the setConsideredAliveUntil() mutation field:
graphql
setConsideredAliveUntil(
nodeID: integer!,
aliveUntil: datetime
): datetime