Register Vmc SDDC

Register Vmc SDDC

Register a VMware service application SDDC's components

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/serviceApps/{serviceAppId}/sddcs
COPY
Path Parameters
string
serviceAppId
Required

serviceAppId

string
serviceAppId
Required

serviceAppId


Request Body
VmcSddc of type(s) application/json
Required
{
    "id": "string",
    "name": "string",
    "vcUsername": "string",
    "vcPassword": "string",
    "proxyConfigUrn": "string"
}
string
id
Required

The unique ID for the VMC SDDC.

string
name
Required

The name of the VMC SDDC. This field is read-only.

string
vcUsername
Optional

The username for the account to use to register Virtual Center, if not using the VMC default.

string
vcPassword
Optional

The password for the account to use to register Virtual Center, if not using the VMC default.

string
proxyConfigUrn
Optional

The URN for the proxy configuration to use for connecting to Virtual Center.

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

400

Invalid configuration.

Returns Error of type(s) */*;version=39.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


404

The specified resource was not found

Returns Error of type(s) */*;version=39.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace