Host Image Config Manager Update Host Image Acceptance Level
Sets the acceptance level of the host image profile.
See also HostImageAcceptanceLevelEnum.
Required privileges: Host.Config.Image
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 HostImageConfigManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"UpdateHostImageAcceptanceLevelRequestType Object"
the new AcceptanceLevel to set.
No Content
HostConfigFault: if the acceptance level is raised and there are VIB packages that are not permitted by the higher acceptance level.
"HostConfigFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostImageConfigManager/{moId}/UpdateHostImageAcceptanceLevel