[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Scaleup
DescriptionScale up components with parameter specified. This API is sychronized, returns when the scale up is done.
Request
URLURL
https://{api_host}/napp/api/v1/platform/scale/scaleup
Request Body
Request Body
array of
ScaleUpRequest
of mimetype application/json
Required
{
"component": "DATA_STORAGE",
"volumeSize": 0
}
component
Required
Component names for scale up.
Possible values are: DATA_STORAGE
integer as int64
volumeSize
Required
Persistent volume size to scale up to.
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin
Errors
Errors
404
Component in request is not valid.
422
New volume size is not valid.
Error
default
unexpected error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '[{"component":"DATA_STORAGE","volumeSize":0}]' https://{api_host}/napp/api/v1/platform/scale/scaleup
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
On This Page
Clusterapi Operations
post