Operations at ClustersManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| AgentInfoSummary AddClusterAgent(AddClusterRequest request) | Protect the cluster with nodes. |
| AgentInfoSummary AddClusterNodeAgent(String clusterId, AddAgentRequest nodeRequest) | Add cluster node to existing cluster |
| AgentInfoSummary ConvertAgentToClusterNode(String agentId) | Convert regular agent to cluster node |
| AgentInfoSummary ConvertClusterNodeToAgent(String clusterNodeId) | Convert cluster node to regular agent |
| AgentInfoCollection GetClusterNodes(String clusterAgentId) | Gets a list of cluster nodes for specified cluster agent |
| GuidCollection GetRecommendedClusterRepositoryIds(String clusterAgentId) | Gets a list of repository ids that are recommended to be used for cluster nodes |
| AgentInfoCollection GetReplicatedClusterNodes(String clusterAgentId) | Gets a list of replicated cluster nodes for specified cluster agent |
| ClusterPairingCheckResult ValidateClusterProtectionAbility(AgentDescriptor agentDescriptor) | Verify if the Cluster can be protected |