InstallHostPatchRequestType
The parameters of InstallHostPatch_Task.
{
"repository": {
"_typeName": "string",
"url": "string",
"proxy": "string"
},
"updateID": "string",
"force": false
}
Location of the repository that contains the bulletin depot. The depot must be organized as a flat collection of bulletins with each one being a folder named after the bulletin ID. Each folder must contain both update metadata and required binaries.
The update to be installed on the host.
Specify whether to force reinstall an update. By default, installing an already-installed update would fail with the PatchAlreadyInstalled fault. If force is set to true, the update will be forcefully reinstalled, thus overwriting the already installed update.