UpgradeCheckListResults

UpgradeCheckListResults
UpgradeCheckListResults
JSON Example
{
    "checks_with_warnings": {
        "checks": [
            {
                "component_type": "string",
                "display_name": "string",
                "failure_messages": [
                    "string"
                ],
                "failures": [
                    {
                        "error_code": 0,
                        "message": "string"
                    }
                ],
                "status": "string"
            }
        ]
    },
    "failed_checks": {
        "checks": [
            {
                "component_type": "string",
                "display_name": "string",
                "failure_messages": [
                    "string"
                ],
                "failures": [
                    {
                        "error_code": 0,
                        "message": "string"
                    }
                ],
                "status": "string"
            }
        ]
    },
    "successful_checks": {
        "checks": [
            {
                "component_type": "string",
                "display_name": "string",
                "failure_messages": [
                    "string"
                ],
                "failures": [
                    {
                        "error_code": 0,
                        "message": "string"
                    }
                ],
                "status": "string"
            }
        ]
    }
}
checks_with_warnings
Optional

checks_with_warnings

failed_checks
Optional

failed_checks

successful_checks
Optional

successful_checks