Virtual App Update V App Config
Updates the vApp configuration.
Updates in different areas require different privileges. See VAppConfigSpec for a full description.
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 VirtualApp/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"UpdateVAppConfigRequestType Object"
Configuration of a vApp
No Content
InvalidPowerState: if the reconfiguration is not possible given the current powerState of the vApp.
TaskInProgress: if the vApp is busy.
ConcurrentAccess: if another operation conflicted with this operation.
InvalidArgument: for wrong input.
InvalidIndexArgument: if a wrong key is used in one of the arrays. For example, for duplicated entries in entityConfig.
VmConfigFault: for bad configuration, such as invalid property types.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/VirtualApp/{moId}/UpdateVAppConfig