InstallHostPatchRequestType

InstallHostPatchRequestType
InstallHostPatchRequestType

The parameters of InstallHostPatch_Task.

JSON Example
{
    "repository": {
        "_typeName": "string",
        "url": "string",
        "proxy": "string"
    },
    "updateID": "string",
    "force": false
}
repository
Required

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.

string
updateID
Required

The update to be installed on the host.

boolean
force
Optional

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.