Sddc Publish To Tenants

Sddc Publish To Tenants

Publish a Software-Defined Datacenter to the tenants.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/sddcs/{id}/tenants/publish
COPY
Path Parameters
string
id
Required

SDDC ID URN

string
id
Required

SDDC ID URN


Request Body
EntityReferenceArray of type(s) application/json
Optional
[
    {
        "name": "string",
        "id": "string"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EntityReferences of type(s) application/json;version=36.3
This response body class contains all of the following: Page , InlineEntityReferences1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}