Vcenter Lcm Update Pending Info

Vcenter Lcm Update Pending Info
Vcenter Lcm Update Pending Info

The Vcenter Lcm Update Pending Info schema contains detailed information about the vCenter patch/update.

JSON Example
{
    "description": "string",
    "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"
    ]
}
string
description
Required

Description of the vSphere update

string
pending_update
Required

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.

string
version
Required

Version of the vSphere update or patch

string As date-time As date-time
release_date
Required

Release date of the vSphere update or patch

string
severity
Required

Severity of the issues fixed in the vSphere update or patch

For more information see: Vcenter Lcm Update Pending SeverityType.

string
build
Required

Build number of the vCenter Release

string
update_type
Required

Type of the Release based on the current vCenter version

For more information see: Vcenter Lcm Update Pending UpdateType.

string
category
Required

Category of the release based on features bundled on top of previous release

For more information see: Vcenter Lcm Update Pending Category.

boolean
reboot_required
Required

Flag to suggest a reboot after the release is applied

boolean
quick_patch
Optional

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

boolean
workload_management_impact
Optional

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

string As uri As uri
execute_url
Required

VAMI or ISO URL for update or upgrade execute phase redirection

array of string
release_notes
Required

List of URI pointing to patch or update release notes