ScaleUpStatus
Properties
Component names for scale up.
Possible values are: DATA_STORAGE
State for scale out and scale up.
Possible values are: SCALE_FEASIBLE , SCALE_UNAVAILABLE , SCALE_ONGOING , SCALE_FAILED
Persistent volume size for some specific component, for now it’s minio.
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.
Percentage progress of the scale up progress if scale up is going on. This property only appears when it’s in SCALEOUP_ONGOING state.
The reason why the service is not available to scale up.
Possible values are: INTERNAL_ERROR , NODE_NOT_READY , SERVICE_NOT_READY , VOLUME_EXPANSION_NOT_SUPPORT , FORM_FACTOR_NOT_SUPPORTED
JSON Example
{
"component": "DATA_STORAGE",
"state": "SCALE_FEASIBLE",
"volumeSize": 0
}
Returned By
Get Scaleup Status