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

ScaleUpStatus

Properties

component Required

Component names for scale up.

Possible values are: DATA_STORAGE


state Required

State for scale out and scale up.

Possible values are: SCALE_FEASIBLESCALE_UNAVAILABLESCALE_ONGOINGSCALE_FAILED


integer as int64
volumeSize Required

Persistent volume size for some specific component, for now it’s minio.


string
message Optional

The reason why last scaleup is not successful. This message will not be reset until a scucessful scaleup happens. This property only appears when it’s in SCALEUP_FAILED state.


integer as int32
progress Optional

Percentage progress of the scale up progress if scale up is going on. This property only appears when it’s in SCALEOUP_ONGOING state.


unavailableReason Optional

The reason why the service is not available to scale up.

Possible values are: INTERNAL_ERRORNODE_NOT_READYSERVICE_NOT_READYVOLUME_EXPANSION_NOT_SUPPORTFORM_FACTOR_NOT_SUPPORTED

JSON Example

{
	"component": "DATA_STORAGE",
	"state": "SCALE_FEASIBLE",
	"volumeSize": 0
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Returned By

Get Scaleup Status

Feedback

Was this page helpful?