Get Upgrade Checks Info
Returns information of pre-upgrade and post-upgrade checks. If request parameter component type is specified, then returns information about all pre-upgrade and post-upgrade for the component. Otherwise returns information of checks across all component types.
Component type based on which upgrade checks are to be filtered
Opaque cursor to be used for getting next page of records (supplied by current result page)
Comma separated list of fields that should be included in query result
Maximum number of results to return in this page (server may return fewer)
sort_ascending
Field by which records are sorted
OK
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"component_type": "string",
"post_upgrade_checks_info": [
{
"component_type": "string",
"description": "string",
"id": "string",
"name": "string"
}
],
"pre_upgrade_checks_info": [
{
"component_type": "string",
"description": "string",
"id": "string",
"name": "string"
}
]
}
]
}
curl -H 'Authorization: <value>' https://{api_host}/api/v1/upgrade/upgrade-checks-info