Attempts to rename a vApp fail with the error “403 Access Forbidden”, appearing both in the UI and API. The on-screen message reads “Error: Access is Forbidden.”
VMware Cloud Director 10.3
The default API call for this action should be to rename vapp (vnd.vmware.vcloud.vApp+xml;charset=utf-8) and instead the UI is using the * which is pulling vm rename (? application/*+xml;charset=utf-8 )
This behavior was changed in newer releases to use the appropriate API
This issue is resolved in 10.5 and above
Workaround
Manually use an API client and manually edit the 'Content Type' field to use the new Media Type.
Steps:
https://<vcd_FQDN>/api/vApp/<vapp-id> (You can get this vapp-id from the ui by highlighting the vapp and looking at the url address bar. The ID will be in format vapp-XXXXXX) 'application/vnd.vmware.vcloud.vApp+xml;charset=utf-8'