Host Profile Manager Generate Host Profile Task List Task
Generate a list of configuration tasks that will be performed on the host during HostProfile application.
This differs from the GenerateConfigTaskList method in that it returns a task to monitor the progress of the operation.
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.
"GenerateHostProfileTaskListRequestType Object"
The HostConfigSpec data object provides access to data objects that specify configuration changes to be applied to an ESX host.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostProfileManager/{moId}/GenerateHostProfileTaskList_Task