NvdsUpgradeStatusSummary (type)

{
  "id": "NvdsUpgradeStatusSummary", 
  "module_id": "NvdsUpgradeReadinessCheck", 
  "properties": {
    "migration_state": {
      "items": {
        "$ref": "NvdsUpgradeHostState
      }, 
      "readonly": true, 
      "required": true, 
      "title": "Overall state of migration across all TransportNodes", 
      "type": "array"
    }, 
    "precheck_id": {
      "readonly": true, 
      "required": false, 
      "title": "Tracking ID of nvds upgrade precheck", 
      "type": "string"
    }, 
    "precheck_issue": {
      "items": {
        "$ref": "NvdsUpgradeConfigIssue
      }, 
      "readonly": true, 
      "required": true, 
      "title": "Config issue in pre-check", 
      "type": "array"
    }, 
    "precheck_status": {
      "enum": [
        "IN_PROGRESS", 
        "FAILED", 
        "PENDING_TOPOLOGY", 
        "APPLYING_TOPOLOGY", 
        "APPLY_TOPOLOGY_FAILED", 
        "READY"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Overall status of pre-check", 
      "type": "string"
    }
  }, 
  "title": "Overall status of the upgrade readiness check", 
  "type": "object"
}