Get Cluster Status
Retrieve information about the current state and composition of the cluster.Overall cluster status:
enabled or disabledCurrent peer’s ID
Map of peer IDs to message send failure counts
Get Cluster Telemetry
Collect detailed telemetry data from the cluster perspective, including peers info, collections info, shard transfers, and resharding status.Level of detail to include in the response. Higher values include more detailed information.
Timeout for this request in seconds. Default is 60.
Remove Peer from Cluster
Remove a peer from the cluster. The operation will fail if the peer has active shards.ID of the peer to remove
If true, removes peer even if it has shards/replicas on it. Default is false. Use with caution as this can lead to data loss.
Wait for operation commit timeout in seconds. If timeout is reached, request returns with service error.
Returns
true if peer was removed successfullyRecover Current Peer
Attempt to recover the current peer’s Raft state. This operation should only be used in recovery scenarios when the cluster consensus is broken.Returns
true if recovery operation was initiated successfullyCollection Cluster Info
Get cluster-specific information for a particular collection, including shard distribution and replication status.Name of the collection
Current peer ID
Total number of shards for this collection
Update Collection Cluster Setup
Perform cluster operations on a collection, such as moving shards, creating replicas, or aborting transfers.Name of the collection
Wait for operation commit timeout in seconds
Returns
true if cluster operation was initiated successfully