vcenter deployment question: answer spec
The
answer_spec
structure contains fields to describe the answer to a raised question. This structure was added in vSphere API 6.7.Representation:
{
"answer_val" : "string",
"question_id" : "string"
}
"answer_val" : "string",
"question_id" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
question_id | string | Id of the question being answered. This attribute was added in vSphere API 6.7. |
answer_val | string | The answer value. This attribute was added in vSphere API 6.7. |