Scaleout
Scale 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 is an array of ScaleOutRequest, which contains component name and replica count, which is optional.
[
{
"component": "string",
"replica": 0
}
]
Scaleout successful.
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
{
"code": 0,
"message": "string"
}
Error code refers to either HTTP status code OR a unique code identifying the internal error - which can be referenced in VMware documents for more information.
Descriptive user understandable error message to help identify root cause of the error.