The entity ###### is undergoing maintenance operations[ UUID ] The entity ###### is undergoing maintenance operations." majorErrorCode="409" minorErrorCode="INVALID_STATE"
This operation is denied." majorErrorCode="403" minorErrorCode="ACCESS_TO_RESOURCE_IS_FORBIDDEN"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 enterMaintenanceMode documentation.
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.
Example steps to exit maintenance mode for a vApp as an Organization user would be as follows:
NOTE: the API version in the Accept header is based on the Cloud Director version.
For more information on connecting to the Cloud Director API see, How to establish an API connection VMware Cloud Director.