ComponentVersion
LCM Component Version entity that contains details about component version driftfrom a target version and also a list of subcomponents if available.
{
"componentType": "One among: DOMAIN, VCENTER, ESX_CLUSTER, ESX_HOST, NSX_T_MANAGER, SDDC_MANAGER_VCF",
"componentId": "string",
"componentName": "string",
"publicName": "string",
"currentVersion": "string",
"targetVersion": "string",
"componentVersionStatus": {
"value": "string",
"statusText": "string"
},
"mixedVersions": false,
"hasChildren": false,
"subComponents": [
"ComponentVersion Object"
]
}
The type of component, for example DOMAIN, SDDCM, VC etc.
The resource ID of the component
The name of the component
Public name of the Component, for example ESXI Host
The current version of the Component
The target version of the Component
Component version drift status from the target release component status
For a component with subcomponents, denotes if all the subcomponents are on the same or different version
Denotes if the component has subcomponents or not
List of subcomponents inside a component, for a cluster that would be ESXI hosts