SspiUpgradePreChecksStatus

SspiUpgradePreChecksStatus
Pre-Checks Status

Aggregated status of all pre-checks validations, providing a complete view of system readiness for appliance upgrade along with detailed execution status for each individual pre-check.

JSON Example
{
    "overall_status": "string",
    "pre_checks": [
        {
            "_create_time": 0,
            "_last_modified_time": 0,
            "id": "string",
            "display_name": "string",
            "description": "string",
            "activity_status_msg": "string",
            "_completed_at": 0,
            "status": "string",
            "messages": [
                {
                    "severity": "string",
                    "message": "string"
                }
            ],
            "last_run_time": 0
        }
    ]
}
overall_status
Required

Aggregated status across all pre-checks, representing the overall readiness of the system for upgrade.

NOT_STARTED: Pre-checks have not been initiated. IN_PROGRESS: One or more pre-checks are currently executing. SUCCESS: All pre-checks passed with no issues detected. SUCCESS_WITH_WARNING: All pre-checks completed successfully but some identified non-critical concerns. Review WARNING messages before proceeding. FAILED: One or more pre-checks failed due to critical issues. The system is not ready for upgrade. Address the issues and re-run pre-checks.

Enumeration: NOT_STARTED, IN_PROGRESS, SUCCESS, SUCCESS_WITH_WARNINGS, FAILED, SKIPPED, PAUSED
pre_checks
Required

Detailed execution status for each individual pre-checks validation. Each entry combines the pre-checks definition with real-time execution state.