Esx.Settings.Clusters.Vms.Solutions.ValidateResult
Esx.Settings.Clusters.Vms.Solutions.ValidateResult
The Esx.Settings.Clusters.Vms.Solutions.ValidateResult schema contains properties that describe the validation result during the execution of a PUT /esx/settings/clusters/{cluster}/vms/solutions/{solution} or DELETE /esx/settings/clusters/{cluster}/vms/solutions/{solution} operation.
This schema was added in vSphere API 9.0.0.0.
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 9.0.0.0.