Scaleout
DescriptionScale out components in a recommended way or with replica specified. This request returns when the reuqest is validated, to get progress of the scaleout, please use /scale/status to track.
Request
URLURL
Request Body
Request is an array of ScaleOutRequest, which contains component name and replica count, which is optional.
{
"component": "ALL"
}
Component names for scale out.
Possible values are: ALL , MESSAGING , ANALYTICS , DATA_STORAGE , METRICS
Count of current desired replica.
Authentication
x_nsx_roles
Errors
Errors
Component in request is not valid.
Replica count in request is not valid, less than current replica or larger than maximum possible replica.
unexpected error