Esx.Settings.Clusters.Configuration.ValidationError

Esx.Settings.Clusters.Configuration.ValidationError
Esx.Settings.Clusters.Configuration.ValidationError

The Esx.Settings.Clusters.Configuration.ValidationError schema contains properties that describes a validation error in the configuration.

This schema was added in vSphere API 8.0.1.0.

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

Full path to the configuration or the property within the configuration which was found to be invalid.

This property was added in vSphere API 8.0.1.0.

array of string
display_path
Optional

A list of the display names for components of Esx.Settings.Clusters.Configuration.ValidationError.path property.

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 field is missing or null if the display names cannot be computed.

messages
Required

Localized error message describing the validation error.

This property was added in vSphere API 8.0.1.0.