[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Patch SDDCs
DescriptionPatch SDDC
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Request Body
Request Body
{
"name": "string"
}
string
name
Optional
The new name of the SDDC to be changed to.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
Sddc
of type(s) application/json
This response body class contains all of the following:
AbstractEntity, InlineSddc1
Errors
ErrorResponse
400
SDDC cannot be patched
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Cannot find the SDDC with given identifier
Code Samples
PowerCLI Client SDK Example
$SddcPatchRequest = Initialize-SddcPatchRequest -Name "MyName"
Invoke-OrgsOrgSddcsSddcPatch -Org "MyOrg" -Sddc "MySddc" -SddcPatchRequest $SddcPatchRequest
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{"name":"string"}' https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: sddcs
x-vmw-vapi-methodname: patch
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
On This Page
SDDC Operations
post
post
post
delete
delete
get
get
get
patch