HostPatchManagerResult
HostPatchManagerResult
The result of the operation.
Some of the fields are only valid for specific operations.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"version": "string",
"status": [
{
"_typeName": "string",
"id": "string",
"applicable": false,
"reason": [
"string"
],
"integrity": "string",
"installed": false,
"installState": [
"string"
],
"prerequisitePatch": [
{
"_typeName": "string",
"id": "string",
"installState": [
"string"
]
}
],
"restartRequired": false,
"reconnectRequired": false,
"vmOffRequired": false,
"supersededPatchIds": [
"string"
]
}
],
"xmlResult": "string"
}
string
version
Required
The version of the scan result schema.
string
xmlResult
Optional
The scan results in XML format.