ReasonsNodeCannotBeSafelyUnregistered is a datatype for a map from reasons why a node might not be able to be unregistered safely, to the boolean value indicating whether a given reason applies to this node. For a node to be unregistered without any undue disruption, none of the reasons must apply.

This datatype is used by the datatype, RefreshClusterManagementStatsMutation, which is used by the refreshClusterManagementStats() mutation field. This datatype is also used by the datatype, ClusterNode, which is used by the datatypes, Cluster and Segment, which are used by several mutation and query fields.

Table: ReasonsNodeCannotBeSafelyUnregistered

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 3, 2024
hasDataThatExistsOnlyOnThisNodebooleanyes Long-TermWhether node has data that exists only on it.
hasUnderReplicatedDatabooleanyes Long-TermWhether node has under replicated data.
isAlivebooleanyes Long-TermWhether node is live.
leadsDigestbooleanyes Long-TermWhether node leads digest.