Get Sddc Owner

Get Sddc Owner

Retrieve the owner of the Software-Defined Datacenter.

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

SDDC ID URN


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

name

string
id
Optional

id


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/sddcs/{id}/owner