vcenter ovf library item: result info

The result_info structure defines the information returned along with the result of a create or deploy operation to describe errors, warnings, and informational messages produced by the server.

Representation:

{
    "errors"[
        {
            "category""VALIDATION",
            "error"{
                "data"{
                    "@class""dynamic_structure"
                },
                "messages"[
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    },
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                ]
            },
            "issues"[
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                },
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                }
            ],
            "message"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "name""string",
            "value""string"
        },
        {
            "category""VALIDATION",
            "error"{
                "data"{
                    "@class""dynamic_structure"
                },
                "messages"[
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    },
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                ]
            },
            "issues"[
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                },
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                }
            ],
            "message"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "name""string",
            "value""string"
        }
    ],
    "information"[
        {
            "messages"[
                {
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                {
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                }
            ]
        },
        {
            "messages"[
                {
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                {
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                }
            ]
        }
    ],
    "warnings"[
        {
            "category""VALIDATION",
            "error"{
                "data"{
                    "@class""dynamic_structure"
                },
                "messages"[
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    },
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                ]
            },
            "issues"[
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                },
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                }
            ],
            "message"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "name""string",
            "value""string"
        },
        {
            "category""VALIDATION",
            "error"{
                "data"{
                    "@class""dynamic_structure"
                },
                "messages"[
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    },
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                ]
            },
            "issues"[
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                },
                {
                    "category""VALUE_ILLEGAL",
                    "column_number"1,
                    "file""string",
                    "line_number"1,
                    "message"{
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                }
            ],
            "message"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "name""string",
            "value""string"
        }
    ]
}

Attributes:

Name Type Description
Required
errors ovf_error[] Errors reported by the create or deploy operation. These errors would have prevented the create or deploy operation from completing successfully.

warnings ovf_warning[] Warnings reported by the create or deploy operation. These warnings would not have prevented the create or deploy operation from completing successfully, but there might be issues that warrant attention.

information ovf_info[] Information messages reported by the create or deploy operation. For example, a non-required parameter was ignored.