Esx.Settings.Clusters.Software.Drafts.ValidateResult

Esx.Settings.Clusters.Software.Drafts.ValidateResult
Esx.Settings.Clusters.Software.Drafts.ValidateResult

The Esx.Settings.Clusters.Software.Drafts.ValidateResult schema contains properties to describe result of validation of desired software specification.

This schema was added in vSphere API 7.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 7.0.0.0.