Host System Get Remediation Result
The host profile remediation result.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"startTime": "string",
"completeTime": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"status": "string",
"errors": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
]
}
Time that the host config apply starts.
Time that the host config apply completes.
Status of the remediation.
See ApplyHostProfileConfigurationResultStatusEnum for valid values.
If status
is fail
, this property contains a list of status error message objects.