UpgradeCheckListResult
UpgradeCheckListResult
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"checks": [
{
"component_type": "string",
"display_name": "string",
"failure_messages": [
"string"
],
"failures": [
{
"error_code": 0,
"message": "string"
}
],
"status": "string"
}
]
}