SettingsHostsSoftwareRecommendationsInfo
The Recommendations.Info structure defines the information about the most recent recommendation generation result.
Properties
Details about why some base images are excluded in latest and current series recommendations. This is not applicable for specified base image recommendations.
The most recent timestamp when check for recommended image is launched. unset if no recommendation check has ever been launched.
Recommended image specification based on latest base image patch or update of the current series. unset if no recommended image based on latest base image patch or update of the current series is available.
Recommended image specification based on latest base image version. unset if no recommended image based on latest base image version is available.
JSON Example
{
"base_image_explanation_details": [
{
"display_name": "string",
"display_version": "string",
"explanation": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
]
}
]
}