SettingsClustersSoftwareRecommendationsExplanationDetails
The Recommendations.ExplanationDetails structure contains fields to describe the result of validation of desired software specification.
Properties
string
display_name
Required
Display name of an excluded image entity (base image, add-on etc.).
string
display_version
Required
Display version of an excluded image entity (base image, add-on etc.).
array of
StdLocalizableMessage
explanation
Required
List of explanations on why the image entity is excluded.
JSON Example
{
"display_name": "string",
"display_version": "string",
"explanation": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
]
}