Esx.Settings.Clusters.Configuration.Drafts.ValidationErrors

Esx.Settings.Clusters.Configuration.Drafts.ValidationErrors
Esx.Settings.Clusters.Configuration.Drafts.ValidationErrors

The Esx.Settings.Clusters.Configuration.Drafts.ValidationErrors schema contains schema-based validation errors for a given property.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "is_host_specific": false,
    "display_path": [
        "string"
    ],
    "errors": [
        {
            "hosts": [
                "string"
            ],
            "message": "Vapi.Std.LocalizableMessage Object",
            "type": "string",
            "pattern": "string",
            "expected_type": "string",
            "instance_id": "string",
            "property_name": "string",
            "maximum_length": 0,
            "minimum_length": 0,
            "maximum_value": 0,
            "minimum_value": 0,
            "dependency_error": {
                "required_value": "string",
                "current_value": "string",
                "possible_values": "string"
            },
            "component": "string",
            "group": "string",
            "key": "string",
            "path": "string",
            "required_property": "string"
        }
    ]
}
boolean
is_host_specific
Optional

Flag to mark error on a host-specific 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 information about the property is not available

array of string
display_path
Required

A list of the display names for components of the property path.

This property was added in vSphere API 8.0.2.0.

errors
Required

Localized error message describing the validation error.

This property was added in vSphere API 8.0.2.0.