Esx.Settings.Depots.Umds.PrecheckResult
Esx.Settings.Depots.Umds.PrecheckResult
The Esx.Settings.Depots.Umds.PrecheckResult schema contains the fields that show the details of affected baselines and desired states found in DELETE /esx/settings/depots/umds operation.
This schema was added in vSphere API 7.0.3.0.
JSON Example
{
"affected_baselines": [
{
"baseline": "string",
"id": 0,
"affected_updates": {
"affected_updates": {
"summary": "string"
}
}
}
],
"affected_desired_states": [
{
"cluster_name": "string",
"cluster_id": "string",
"entity_name": "string",
"entity_id": "string",
"software_spec_name": "string",
"software_spec": "string",
"entity_names": [
"string"
],
"entities": [
"string"
],
"affected_base_image": {
"version": "string",
"display_name": "string",
"display_version": "string"
},
"affected_addon": {
"affected_addon": {
"display_name": "string",
"vendor": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
]
}
},
"affected_solutions": {
"affected_solutions": {
"display_name": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
],
"components": {
"components": {
"release_date": "string",
"version": {
"version": "string",
"display_version": "string"
},
"vib_informations": {
"vib_informations": {
"software_tags": [
"string"
]
}
}
}
}
}
},
"affected_hardware_support": {
"affected_hardware_support": {
"display_name": "string",
"packages": {
"packages": {
"versions": [
{
"version": "string"
}
]
}
}
}
},
"affected_independent_components": {
"affected_independent_components": {
"display_name": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
]
}
}
}
]
}
affected_baselines
Optional
Baselines affected.
This property was added in vSphere API 7.0.3.0.
If missing or null, no baseline is affected.
affected_desired_states
Optional
Desired states affected.
This property was added in vSphere API 7.0.3.0.
If missing or null, no desired state is affected.