Create Sddc

Create Sddc

Create a Software-Defined Datacenter.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/sddcs
COPY
Request Body

The new SDDC model.

Sddc of type(s) application/json
Required
{
    "name": "SDDC Sample Name",
    "id": "string",
    "description": "SDDC Sample Description",
    "enabled": false,
    "vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "version": "6.7.0",
    "overallStatus": "string",
    "stats": {
        "totalVMs": 0,
        "poweredOnVMs": 0,
        "cpu": {
            "numTotal": 0,
            "numUsed": 0,
            "numReserved": 0
        },
        "memory": {
            "numTotal": 0,
            "numUsed": 0,
            "numReserved": 0
        },
        "storage": {
            "numTotal": 0,
            "numUsed": 0,
            "numReserved": 0
        }
    },
    "defaultProxy": {
        "name": "SDDC Proxy Sample Name",
        "id": "string",
        "sddcId": "urn:vcloud:sddc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "enabled": false,
        "tenantVisible": false,
        "targetHost": "sampleVc.vmware.com",
        "active": false,
        "token": "string",
        "defaultProxy": false,
        "parentProxyId": "urn:vcloud:sddcProxy:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "uiUrl": "https://sampleVc.vmware.com"
    },
    "defaultEndpoint": {
        "name": "SDDC Endpoint Sample Name",
        "id": "string",
        "endpoint": "string",
        "proxyId": "string",
        "targetUrl": "https://sampleVc.vmware.com/ui",
        "proxy": {
            "name": "string",
            "id": "string"
        },
        "sddc": {
            "name": "string",
            "id": "string"
        },
        "isDefault": false
    }
}
string
name
Required

name

string
id
Optional

id

string
description
Optional

description

boolean
enabled
Optional

enabled

string
vcId
Required

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

string
version
Optional

Version of the associated vCenter. This is not editable.

overallStatus
Optional

overallStatus

stats
Optional

stats

defaultProxy
Optional

defaultProxy

defaultEndpoint
Optional

defaultEndpoint

Authentication
This operation uses the following authentication methods.
Responses
202

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

Operation doesn't return any data structure