NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ScrxResizeStatus (schema)
SCRX Resize Status
Object with host level information pertaining to SCRX resize operation.
| Name | Description | Type | Notes |
|---|---|---|---|
| cluster_id | Cluster Identifier Cluster ID of cluster being resized. |
string | Readonly |
| host_status | Resize Status of the SCRX on Host Indicates resize status of SCRX container on a host. |
array of HostScrxResizeStatus | Readonly |
| overall_status | Overall Resize Status of the Cluster Field to indicate if resize was successful at a cluster level. |
string | Readonly Enum: UNKNOWN, FAILED, SUCCESS |