[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Create SDDC

Description

Create a Software-Defined Datacenter.

Request

Request

URL

URL


post
https://{api_host}/cloudapi/1.0.0/sddcs
Copy

Request Body

Request Body

Sddc of type(s) application/json Required

The new SDDC model.

{
    "name": "SDDC Sample Name",
    "vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
string
vcId Required

URN of the associated vCenter. This is not editable once the SDDC has been created.


string
name Required

defaultEndpoint Optional

Default endpoint for the SDDC. There is an endpoint available for an SDDC even if there are no proxies configured for the SDDC. This indicates that an endpoint is available that doesn’t require proxying, either because it is publicly accessible or because it assumes an established VPM connection. The field is read-only.


defaultProxy Optional

Default proxy for the SDDC. This field is read-only. To set a new default, edit the proxy you wish to make the new default by modifying its defaultProxy flag. Deprecated in Api 34.0.


boolean
enabled Optional

string
id Optional

overallStatus Optional

Overall status of the entity

Possible values are: GRAYREDYELLOWGREEN


stats Optional

Associated read-only statistics.


string
description Optional

string
version Optional

Version of the associated vCenter. This is not editable.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

The request have been accepted and the task to monitor the request is in the Location header.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"description":"SDDC Sample Description","name":"SDDC Sample Name","vcId":"urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","version":"6.7.0"}' https://{api_host}/cloudapi/1.0.0/sddcs


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Feedback

Was this page helpful?