[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Create SDDCs

Description

Provision an SDDC in target cloud

Request

Request

URL

URL


post
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


Query Parameters

Query Parameters

boolean
validateOnly Optional

When true, only validates the given sddc configuration without provisioning.


Request Body

Request Body

AwsSddcConfig of type(s) application/json Required

sddcConfig

This request body class requires all of the following: SddcConfig, InlineAwsSddcConfig1
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK Response Body>

Response Body

200 OK

Returns Task of type(s) application/json

OK, only if ‘validateOnly’ param is set to true

This response body class contains all of the following: AbstractEntity, InlineTask1

202 Accepted Response Body>

Response Body

202 Accepted

Returns Task of type(s) application/json

Accepted, only if ‘validateOnly’ param is is set to false

This response body class contains all of the following: AbstractEntity, InlineTask1
Errors

Errors

401

Unauthorized


403

Forbidden

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{}' https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: sddcs
x-vmw-vapi-methodname: create


Feedback

Was this page helpful?