ScaleCluster
Scale the cluster from single-node deployment to HA by adding nodes
POST
/api/v1/lifecycle/components/scaleOperation ID
ScaleClusterSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nodesListRequiredNodes to add before scaling the cluster to HA
Example: (nested array)
hostStringHost or IP address of the node to add
Example: 172.24.253.84
sshPortIntegerSSH port of the node to add
Example: 22
sshUserStringSSH user for deploying LCA on the node
Example: root
sshPasswordStringSSH password for deploying LCA on the node
Example: value
sshKeyStringSSH private key for deploying LCA on the node
Example: value
sshHostKeyStringPinned SSH host public key for verifying the node before sending credentials
Example: value
