Host Profile Manager Retrieve Answer File For Profile
Returns the answer file associated with a particular host, augmented with whatever answer file values are required for the supplied host profile.
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.
"RetrieveAnswerFileForProfileRequestType Object"
The HostApplyProfile data object provides access to subprofiles that contain configuration data for different host capabilities.
The Profile Engine will use any configuration data that you supply to overwrite the host configuration. See the ExecuteHostProfile and ApplyHostConfig_Task methods.
Answer file object will be returned.
"AnswerFile Object"
List containing host-specific configuration data.
Time at which the answer file was created.
Time at which the answer file was last modified.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostProfileManager/{moId}/RetrieveAnswerFileForProfile