NSX-T Data Center REST API
ScrxResizeStatus (type)
{
"description": "Object with host level information pertaining to SCRX resize operation.",
"id": "ScrxResizeStatus",
"module_id": "PolicyScrxResize",
"properties": {
"cluster_id": {
"description": "Cluster ID of cluster being resized.",
"readonly": true,
"required": false,
"title": "Cluster Identifier",
"type": "string"
},
"host_status": {
"description": "Indicates resize status of SCRX container on a host.",
"items": {
"$ref": "HostScrxResizeStatus"
},
"readonly": true,
"required": false,
"title": "Resize Status of the SCRX on Host",
"type": "array"
},
"overall_status": {
"description": "Field to indicate if resize was successful at a cluster level.",
"enum": [
"UNKNOWN",
"FAILED",
"SUCCESS"
],
"readonly": true,
"required": false,
"title": "Overall Resize Status of the Cluster",
"type": "string"
}
},
"title": "SCRX Resize Status",
"type": "object"
}