Host Profile Manager Query Answer File Status
Returns the status of the answer files associated with specified hosts.
This method returns the most recent status determined by CheckAnswerFileStatus_Task. See HostProfileManagerAnswerFileStatusEnum for valid values.
Required privileges: System.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostProfileManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"QueryAnswerFileStatusRequestType Object"
The hosts the answer file is associated with.
List of answer file status objects.
[
"AnswerFileStatusResult Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostProfileManager/{moId}/QueryAnswerFileStatus