Esx.Settings.Hosts.Configuration.ValidationResult

Esx.Settings.Hosts.Configuration.ValidationResult
Esx.Settings.Hosts.Configuration.ValidationResult

This Esx.Settings.Hosts.Configuration.ValidationResult schema contains properties that describe the result of validating a configuration document.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "valid": false,
    "errors": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "messages": [
                "Vapi.Std.LocalizableMessage Object"
            ]
        }
    ]
}
boolean
valid
Required

This boolean flag indicates whether the configuration document validated successfully with no validation errors.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

errors
Optional

Lists all validation errors identified in the configuration document.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

This is set when Esx.Settings.Hosts.Configuration.ValidationResult.valid is false.