Settings_Hosts_Software_Recommendations_ExplanationDetails
Settings_Hosts_Software_Recommendations_ExplanationDetails
The Recommendations.ExplanationDetails structure contains fields to describe the result of validation of desired software specification.
JSON Example
{
"display_name": "string",
"display_version": "string",
"explanation": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
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 Std_LocalizableMessage
explanation
Required
List of explanations on why the image entity is excluded.