ScanHostPatchRequestType

ScanHostPatchRequestType
ScanHostPatchRequestType

The parameters of ScanHostPatch_Task.

JSON Example
{
    "repository": {
        "_typeName": "string",
        "url": "string",
        "proxy": "string"
    },
    "updateID": [
        "string"
    ]
}
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 the full update metadata.

array of string
updateID
Optional

The updates to scan. Wildcards can be used to specify the update IDs. The wildcards will be expanded to include all updates whose IDs match the specified wildcard and whose metadata is available in the repository. Specifying no update is equivalent to a wildcard "*". In this case all updates available in the repository will be scanned.