SspPreCheckResults
Pre-check Results
Summary of the overall status, per-check results, progress percentage, and initialization state for pre-checks.
AllOf
JSON Example
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"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
}