[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Scaleup

Description

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

Request

Request

URL

URL


post
https://{api_host}/napp/api/v1/platform/scale/scaleup
Copy

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

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin

Response

Response

200 OK

Scaleup successful.

Errors

Errors

404

Component in request is not valid.


422

New volume size is not valid.


Error
default

unexpected error

Code Samples

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
Feedback

Was this page helpful?