Snapservice.Reason

Snapservice.Reason
Snapservice.Reason

The Snapservice.Reason contains the details of the data protection reason for the respective error/warning.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "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"
        }
    ]
}
messages
Required

List of localized messages.

One of the use case is to add the chain of localized messages/errors for a single error.

This property was added in vSphere API 9.0.0.0.