Get Pre Upgrade Check Failures
Get failures resulting from the last execution of pre-upgrade checks. If the execution of checks is in progress, the response has the list of failures observed so far.
Component type
Opaque cursor to be used for getting next page of records (supplied by current result page)
Filter text
Filter on the group id
Filter on the group name
Comma separated list of fields that should be included in query result
Filter based on acknowledgement required
Type of origin of failure
Maximum number of results to return in this page (server may return fewer)
sort_ascending
Field by which records are sorted
Status of the upgrade check
Filter on the unit id
Filter on the unit name
OK
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"acked": false,
"component_type": "string",
"group_name": "string",
"id": "string",
"message": {
"error_code": 0,
"message": "string"
},
"needs_ack": false,
"needs_resolve": false,
"origin_id": "string",
"origin_name": "string",
"origin_type": "string",
"resolution_error": "string",
"resolution_status": "string",
"type": "string"
}
]
}
Internal Server Error
curl -H 'Authorization: <value>' https://{api_host}/api/v1/upgrade/pre-upgrade-checks/failures