Ovf_ImportSession_OvfValidationResult
The ImportSession.OvfValidationResult structure contains information about the result of calling tryInstantiate. Note: This structure is restricted for VMware internal use only.
{
"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"
]
}
]
}
A list of OVF parameter structures providing information about the OVF package and the target environment. When clients pass a value of this structure as a parameter, the field must contain all the attributes defined in OvfParams. When operations return a value of this structure as a result, the field will contain all the attributes defined in OvfParams.
List of errors. Errors will prevent the import from proceeding.
List of warnings. Warnings will not prevent the import from proceeding, but there might be issues that warrant attention.
List of information. A typical case is that a non-required element will be skipped for some reason.