NSX-T Data Center REST API

HostScrxResizeStatus (type)

{
  "description": "Host level details pertaining to SCRX resize operation.",
  "id": "HostScrxResizeStatus",
  "module_id": "PolicyScrxResize",
  "properties": {
    "cpu_count": {
      "description": "Actual count of vCPUs used by the SCRX container on the host.",
      "title": "Actual vCPU count",
      "type": "integer"
    },
    "host_uuid": {
      "description": "UUID of host belonging to the cluster in consideration for resize.",
      "title": "UUID of the host",
      "type": "string"
    },
    "memory": {
      "description": "Actual memory used by the SCRX container on the host.",
      "title": "Actual memory count",
      "type": "integer"
    },
    "resize_status": {
      "description": "Status to indicate whether the SCRX resize operation was successful or not.",
      "enum": [
        "UNKNOWN",
        "FAILED",
        "SUCCESS"
      ],
      "required": true,
      "title": "SCRX Resize Status",
      "type": "string"
    },
    "scrx_status": {
      "description": "Status to indicate whether the SCRX container is running or not.",
      "enum": [
        "DISABLED",
        "RUNNING",
        "ERROR"
      ],
      "required": true,
      "title": "SCRX Status",
      "type": "string"
    }
  },
  "title": "SCRX Resize Status",
  "type": "object"
}