Scaleup

Scaleup

Scale up components with parameter specified. This API is sychronized, returns when the scale up is done.

Request
URI
POST
https://{api_host}/napp/api/v1/platform/scale/scaleup
COPY
Request Body
Array of ScaleUpRequest of type(s) application/json
Optional
[
    {
        "component": "string",
        "volumeSize": 0
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

Scaleup successful.

Operation doesn't return any data structure

404

Component in request is not valid.

Operation doesn't return any data structure

422

New volume size is not valid.

Operation doesn't return any data structure

default

unexpected error

Returns Error of type(s) application/json
{
    "code": 0,
    "message": "string"
}
integer As int32 As int32
code
Required

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.

string
message
Required

Descriptive user understandable error message to help identify root cause of the error.