Get Scaleup Status

Get Scaleup Status

Get scale out status of each component, including max possible replica to scale to, current replica and ready replica.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/scale/scaleup/status
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Succeed to get status.

Returns Array of ScaleUpStatus of type(s) application/json
[
    {
        "component": "string",
        "state": "string",
        "volumeSize": 0,
        "unavailableReason": "string",
        "progress": 0,
        "message": "string"
    }
]

default

unexpected error

Returns Error of type(s) application/json
{
    "code": 0,
    "message": "string"
}
integer As int32 As int32
code
Required

Error code refers to either HTTP status code OR a unique code identifying the internal error - which can be referenced in VMware documents for more information.

string
message
Required

Descriptive user understandable error message to help identify root cause of the error.


Deprecated
Availability
Deprecated in 4.2
Clusterapi Operations
GET
Get Scaleup Status
Deprecated
POST
Scaleup
Deprecated