SettingsHostsSoftwareRecommendationsInfo

The Recommendations.Info structure defines the information about the most recent recommendation generation result.


Properties

base_image_explanation_details Required

Details about why some base images are excluded in latest and current series recommendations. This is not applicable for specified base image recommendations.


string as date-time
check_time Optional

The most recent timestamp when check for recommended image is launched. unset if no recommendation check has ever been launched.


current_series_recommendation Optional

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.


latest_recommendation Optional

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"
				}
			]
		}
	]
}

Feedback

Was this page helpful?