NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
HostScrxResizeStatus (schema)
SCRX Resize Status
Host level details pertaining to SCRX resize operation.
| Name | Description | Type | Notes |
|---|---|---|---|
| cpu_count | Actual vCPU count Actual count of vCPUs used by the SCRX container on the host. |
integer | |
| host_uuid | UUID of the host UUID of host belonging to the cluster in consideration for resize. |
string | |
| memory | Actual memory count Actual memory used by the SCRX container on the host. |
integer | |
| resize_status | SCRX Resize Status Status to indicate whether the SCRX resize operation was successful or not. |
string | Required Enum: UNKNOWN, FAILED, SUCCESS |
| scrx_status | SCRX Status Status to indicate whether the SCRX container is running or not. |
string | Required Enum: DISABLED, RUNNING, ERROR |