Update SDDC
DescriptionUpdate a specific Software-Defined Datacenter.
Request
URLURL
Path Parameters
Path Parameters
SDDC ID URN
Request Body
{
"name": "SDDC Sample Name",
"vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
URN of the associated vCenter. This is not editable once the SDDC has been created.
Default endpoint for the SDDC. There is an endpoint available for an SDDC even if there are no proxies configured for the SDDC. This indicates that an endpoint is available that doesn’t require proxying, either because it is publicly accessible or because it assumes an established VPM connection. The field is read-only.
Default proxy for the SDDC. This field is read-only. To set a new default, edit the proxy you wish to make the new default by modifying its defaultProxy flag. Deprecated in Api 34.0.
Overall status of the entity
Possible values are: GRAY , RED , YELLOW , GREEN
Version of the associated vCenter. This is not editable.
Authentication
Response
Response BodyResponse Body
200 OK
{
"description": "SDDC Sample Description",
"name": "SDDC Sample Name",
"vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"version": "6.7.0"
}
URN of the associated vCenter. This is not editable once the SDDC has been created.
Default endpoint for the SDDC. There is an endpoint available for an SDDC even if there are no proxies configured for the SDDC. This indicates that an endpoint is available that doesn’t require proxying, either because it is publicly accessible or because it assumes an established VPM connection. The field is read-only.
Default proxy for the SDDC. This field is read-only. To set a new default, edit the proxy you wish to make the new default by modifying its defaultProxy flag. Deprecated in Api 34.0.
Overall status of the entity
Possible values are: GRAY , RED , YELLOW , GREEN
Version of the associated vCenter. This is not editable.