UpgradeUnitAggregateInfo

UpgradeUnitAggregateInfo
UpgradeUnitAggregateInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "current_version": "string",
    "display_name": "string",
    "error_details": [
        {
            "error_code": 0,
            "error_message": "string"
        }
    ],
    "errors": [
        "string"
    ],
    "group": {
        "display_name": "string",
        "id": "string"
    },
    "id": "string",
    "metadata": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "percent_complete": "number",
    "post_check_status": "string",
    "post_upgrade_checks": {
        "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"
                }
            ]
        }
    },
    "pre_upgrade_checks": {
        "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"
                }
            ]
        }
    },
    "status": "string",
    "type": "string",
    "warnings": [
        "string"
    ]
}