Tenant Tenant Manager Unmark Service Provider Entities

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

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/TenantTenantManager/{moId}/UnmarkServiceProviderEntities
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
UnmarkServiceProviderEntitiesRequestType of type(s) application/json
Required
"UnmarkServiceProviderEntitiesRequestType Object"
array of object
entity
Optional

an array of management entities.

Required privileges: TenantManager.Update

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

500

ManagedObjectNotFound: if any of the entities doesn't exist.

Returns ManagedObjectNotFound of type(s) application/json
"ManagedObjectNotFound Object"
obj
Required

The managed object reference that generated the error.


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/TenantTenantManager/{moId}/UnmarkServiceProviderEntities