InlineSspPreCheckResults1

InlineSspPreCheckResults1
InlineSspPreCheckResults1
JSON Example
{
    "system_status": "string",
    "overall_status": "string",
    "prechecks": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "feature": "string",
            "status": "string",
            "reason": "string"
        }
    ],
    "progress": 0,
    "total_checks": 0,
    "passed_checks": 0,
    "failed_checks": 0
}
string
system_status
Optional

Indicates whether the system has completed loading precheck definitions.

  • READY: Rows may still be empty when no checks apply to the feature.
  • INITIALIZING: System is loading prechecks; retry after a short interval (about 10-30 seconds).
Enumeration: READY, INITIALIZING
overall_status
Required  

Roll-up across all pre-check rows (overall Prechecks banner: success, warnings, failure, or still running).

Enumeration: NOT_STARTED, IN_PROGRESS, SUCCESS, SUCCESS_WITH_WARNINGS, FAILED
prechecks
Required  

Individual pre-check results.

integer
progress
Required  
Constraints: minimum: 0 maximum: 100

Progress of the prechecks as a percentage (0-100)

integer
total_checks
Read-Only  

Total number of prechecks executed.

integer
passed_checks
Read-Only  

Number of prechecks that passed.

integer
failed_checks
Read-Only  

Number of prechecks that failed.