vcenter ovf: ovf info

The ovf_info structure contains informational messages related to accessing, validating, deploying, or exporting an OVF package.

Representation:

{
    "messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ]
}

Attributes:

Name Type Description
Required
messages localizable_message[] A array of localizable messages (see vapi.std.localizable_message).