vcenter deployment question: question

The question structure contains fields to describe a deployment question. This structure was added in vSphere API 6.7

Representation:

{
    "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
id string Id of the question raised. This attribute was added in vSphere API 6.7

question localizable_message Message describing the question. This attribute was added in vSphere API 6.7

type string Type of the question raised. This attribute was added in vSphere API 6.7

Defines the type of the question raised. This enumeration was added in vSphere API 6.7 Value is one of:
YES_NO: Question with answer values Yes/No. This constant was added in vSphere API 6.7
OK_CANCEL: Question with answer values Ok/Cancel. This constant was added in vSphere API 6.7
ABORT_RETRY_IGNORE: Question with answer values Abort/Retry/Ignore. This constant was added in vSphere API 6.7

default_answer string Default answer value. This attribute was added in vSphere API 6.7

possible_answers string[] Possible answers values. This attribute was added in vSphere API 6.7