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 9.0.0.0 APIs.
"UpdateVAppConfigRequestType Object"
contains the updates to the current configuration. Any set element, is changed. All values in the spec that is left unset, will not be modified.
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