Vcenter Lcm Update Pending Summary
The Vcenter Lcm Update Pending Summary schema contains basic information about the vCenter patch/update/upgrade
{
"pending_update": "string",
"version": "string",
"release_date": "string",
"severity": "string",
"build": "string",
"update_type": "string",
"category": "string",
"reboot_required": false,
"quick_patch": false,
"workload_management_impact": false,
"execute_url": "string",
"release_notes": [
"string"
]
}
Identifier of the given vSphere update
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending.
Version of the vSphere update or patch
Release date of the vSphere update or patch
Severity of the issues fixed in the vSphere update or patch
For more information see: Vcenter Lcm Update Pending SeverityType.
Build number of the vCenter Release
Type of the Release based on the current vCenter version
For more information see: Vcenter Lcm Update Pending UpdateType.
Category of the release based on features bundled on top of previous release
For more information see: Vcenter Lcm Update Pending Category.
Flag to suggest a reboot after the release is applied
Flag indicating whether the incoming patch is a quick patch.
This property was added in vSphere API 9.1.0.0.
If missing or null the patch is not a quick patch
Flag indicating if there is an impact to workload management. False: The following Workload Management API-Driven Operations are fully operational and will not be disrupted by this update. VM workload provisioning, VM CRUD Operations Kubernetes workload provisioning, Kubernetes CRUD Operations Compute and Storage Scaling Continuous log collection and forwarding to Ops for monitoring True: Workload management will be disrupted for a given downtime.
This property was added in vSphere API 9.1.0.0.
workloadManagementImpact If missing or null the patch is not a quick patch
VAMI or ISO URL for update or upgrade execute phase redirection
List of URI pointing to patch or update release notes