Host Profile Manager Validate Host Profile Composition Task
Validates the proposed host profile composition.
Required privileges: Profile.Edit
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.
"ValidateHostProfileCompositionRequestType Object"
The array of target host profiles that the configurations composite into.
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.
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.
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.
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.
Indicates that the validation result for each target don't contain the source-target difference.
This method will returns a Task object with which to monitor the operation. The Task.info.result will contain a HostProfileManagerCompositionValidationResult object containing the status of the operation, any validation errors and the validation results.
"MoRefTask Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostProfileManager/{moId}/ValidateHostProfileComposition_Task