Host Patch Manager Install Host Patch V2 Task
Patch the host.
The operation is not cancelable. If the patch installation failed, an atomic rollback of the installation will be attempted. Manual rollback is required if the atomic rollback failed, see PatchInstallFailed for details.
Required privileges: Host.Config.Patch
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostPatchManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"metaUrls": [
"string"
],
"bundleUrls": [
"string"
],
"vibUrls": [
"string"
],
"spec": {
"_typeName": "string",
"proxy": "string",
"port": 0,
"userName": "string",
"password": "string",
"cmdOption": "string"
}
}
A list of urls pointing to metadata.zip.
a list of urls pointing to an "offline" bundle. It is not supported in 5.0 or later.
The urls of update binary files to be installed.
Optional parameters for hostd to pass to exupdate.
This method returns a Task object with which to monitor the operation.
{
"_typeName": "string",
"type": "string",
"value": "string"
}
RequestCanceled: if the operation is canceled.
InvalidState: if the feature cannot be supported on the platform, potentially because the hardware configuration does not support it.
TaskInProgress: if there is already a patch installation in progress.
PlatformConfigFault: if any error occurs during the operation. More detailed information will be returned within the payload of the exception as xml string.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
The base data object type for all the object model faults that an application might handle.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.