Ovf_ProbeImportSession_TryInstantiate_ResponseBody

Ovf_ProbeImportSession_TryInstantiate_ResponseBody
Ovf_ProbeImportSession_TryInstantiate_ResponseBody

This is a response body class for an operation.

JSON Example
{
    "value": {
        "parameters": [
            {}
        ],
        "errors": [
            {
                "category": "string",
                "issues": [
                    {
                        "category": "string",
                        "file": "string",
                        "line_number": 0,
                        "column_number": 0,
                        "message": {
                            "id": "string",
                            "default_message": "string",
                            "args": [
                                "string"
                            ],
                            "localized": "string"
                        }
                    }
                ],
                "name": "string",
                "value": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "localized": "string"
                }
            }
        ],
        "warnings": [
            {
                "category": "Ovf_OvfMessage_Category Object",
                "issues": [
                    "Ovf_ParseIssue Object"
                ],
                "name": "string",
                "value": "string",
                "message": "Std_LocalizableMessage Object"
            }
        ],
        "information": [
            {
                "messages": [
                    "Std_LocalizableMessage Object"
                ]
            }
        ]
    }
}
value
Optional

A list of OVF parameters structures that provides information about the OVF package, along with any warnings or errors.