vcenter deployment question: info

The info structure contains fields to describe questions raised during the deployment process. This structure was added in vSphere API 6.7

Representation:

{
    "questions"[
        {
            "default_answer""string",
            "id""string",
            "possible_answers"[
                "string",
                "string"
            ],
            "question"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "type""YES_NO"
        },
        {
            "default_answer""string",
            "id""string",
            "possible_answers"[
                "string",
                "string"
            ],
            "question"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "type""YES_NO"
        }
    ]
}

Attributes:

Name Type Description
Required
questions question[] One or more questions raised during the deployment. This attribute was added in vSphere API 6.7