Symptoms:
[ UUID ] The entity xxxxx is undergoing maintenance operations." majorErrorCode="409" minorErrorCode="INVALID_STATE"
VMware Cloud Director 10.x
This message is returned when a vApp has been placed in maintenance mode.
When a vApp is in maintenance mode, it is read-only to Organization level users and only System users can modify it.
More details on maintenance mode for vApps is available in the Cloud Director API documentation, VMware Cloud Director API, User Operations, POST /vApp/{id}/action/enterMaintenanceMode.
To allow Organization users to perform operations on the vApp again disable maintenance mode.
This can be done by using the Cloud Director API's exitMaintenanceMode operation against the vApp in question, VMware Cloud Director API, User Operations, POST /vApp/{id}/action/exitMaintenanceMode.
Example steps to exit maintenance mode for a vApp as an Organization user would be as follows:
For more information on connecting to the Cloud Director API see, How to establish an API connection VMware Cloud Director.