Esx.Settings.Internal.DesiredState.ValidateResult

Esx.Settings.Internal.DesiredState.ValidateResult
Esx.Settings.Internal.DesiredState.ValidateResult

The Esx.Settings.Internal.DesiredState.ValidateResult schema contains properties to describe result of validation of desired software and desired configuration.

This schema was added in vSphere API 7.0.3.0.

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 7.0.3.0.