Host Profile Manager Generate Config Task List
Deprecated as of vSphere API 6.0 use GenerateHostProfileTaskList_Task.
Generate a list of configuration tasks that will be performed on the host during HostProfile application.
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.
"GenerateConfigTaskListRequestType Object"
The HostConfigSpec data object provides access to data objects that specify configuration changes to be applied to an ESX host.
List of Configuration tasks.
"HostProfileManagerConfigTaskList Object"
The HostConfigSpec data object provides access to data objects that specify configuration changes to be applied to an ESX host.
Description of tasks that will be performed on the host to carry out HostProfile application.
A set of requirements whose actions must be fulfilled before and/or after the task list is applied on an ESXi host, e.g.
whether the ESXi
host must be in maintenance mode prior to applying the configSpec
,
or whether the host will need to be rebooted after applying the configSpec
.
See HostProfileManagerTaskListRequirementEnum for
details of supported values.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostProfileManager/{moId}/GenerateConfigTaskList