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.
{
"newAcceptanceLevel": "string"
}
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.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}