Tenant Tenant Manager Unmark Service Provider Entities
Resets the management type of an array of ManagedEntity objects.
This operation will fail if any of the entities does not exist. The method behaviour is transactional - either all entities are unmarked or none if an error occurs while processing them. The user calling this method should hold TenantManager.Update on the root folder and TenantManager.Update on each entity currently being unmarked as a service provider one. These are strict privilege requirements allowing only administrators to call the method.
Required privileges: TenantManager.Update
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 TenantTenantManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"UnmarkServiceProviderEntitiesRequestType Object"
an array of management entities.
Required privileges: TenantManager.Update
No Content
ManagedObjectNotFound: if any of the entities doesn't exist.
"ManagedObjectNotFound Object"
The managed object reference that generated the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/TenantTenantManager/{moId}/UnmarkServiceProviderEntities