Operations at clusters/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| clusters/{agentId}/convertToNode | POST | Convert regular agent to cluster node |
| clusters/{clusterId}/nodes/new | POST | Add cluster node to existing cluster |
| clusters/{clusterNodeId}/convertToAgent | POST | Convert cluster node to regular agent |
| clusters/clusterNodes/{clusterAgentId} | GET | Gets a list of cluster nodes for specified cluster agent |
| clusters/new | PUT | Protect the cluster with nodes. |
| clusters/recommendedRepositories/{clusterAgentId} | GET | Gets a list of repository ids that are recommended to be used for cluster nodes |
| clusters/replicatedClusterNodes/{clusterAgentId} | GET | Gets a list of replicated cluster nodes for specified cluster agent |
| clusters/validateClusterProtectionAbility | POST | Verify if the Cluster can be protected |