Update Sddc
Update a specific Software-Defined Datacenter.
SDDC ID URN
The updated SDDC model.
Show optional properties
{
"name": "SDDC Sample Name",
"vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
{
"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
}
}
name
id
description
enabled
URN of the associated vCenter. This is not editable once the SDDC has been created.
Version of the associated vCenter. This is not editable.
Overall status of the entity
A read-only list of resource allocations for the associated SDDC
SDDC proxy configuration
An available network connections exposed by the SDDC
OK
"Sddc Object"
name
id
description
enabled
URN of the associated vCenter. This is not editable once the SDDC has been created.
Version of the associated vCenter. This is not editable.
Overall status of the entity
A read-only list of resource allocations for the associated SDDC
SDDC proxy configuration
An available network connections exposed by the SDDC
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","vcId:"string"}' https://{api_host}/cloudapi/1.0.0/sddcs/{id}