Esx.Settings.Hosts.Internal.DesiredState.ValidateResult
Esx.Settings.Hosts.Internal.DesiredState.ValidateResult
The Esx.Settings.Hosts.Internal.DesiredState.ValidateResult schema contains properties to describe result of validation of desired software.
This schema was added in vSphere API 8.0.0.1.
Note: this schema is restricted for VMware internal use only.
JSON Example
{
"notifications": {
"info": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"warnings": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"errors": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
]
}
}
notifications
Required
Notifications associated with the validation.
This property was added in vSphere API 8.0.0.1.