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

ScaleOutStatus

Properties

component Required

Component names for scale out.

Possible values are: ALLMESSAGINGANALYTICSDATA_STORAGEMETRICS


integer as int32
maxReplica Required

Max possible replica on current cluster.


integer as int32
nextScaleRequiredNode Required

The minimum number of required Kubernetes worker node to scale out further.


integer as int32
replica Required

Count of current replica.


state Required

State for scale out and scale up.

Possible values are: SCALE_FEASIBLESCALE_UNAVAILABLESCALE_ONGOINGSCALE_FAILED


string
message Optional

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


integer as int32
progress Optional

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


unavailableReason Optional

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

Possible values are: INTERNAL_ERRORNODE_NOT_READYSERVICE_NOT_READYMAXIMUM_REPLICA_REACHEDFORM_FACTOR_NOT_SUPPORTED

JSON Example

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

Get Scaleout Status

Feedback

Was this page helpful?