Set Sddc Owner

Set Sddc Owner

Update the owner of the Software-Defined Datacenter.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/sddcs/{id}/owner
COPY
Path Parameters
string
id
Required

SDDC ID URN

string
id
Required

SDDC ID URN


Request Body

The EntityReference to the owner of the SDDC.

EntityReference of type(s) application/json
Required
{
    "name": "string",
    "id": "string"
}
string
name
Optional

name

string
id
Optional

id

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EntityReference of type(s) application/json;version=36.3
{
    "name": "string",
    "id": "string"
}
string
name
Optional

name

string
id
Optional

id