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": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
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.

This property was added in vSphere API 9.1.0.0.

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.