vcenter hlm multi sddc: set
Sets the Multi SDDC feature to enabled on the appliance. Usage beyond VMware Cloud on AWS is not supported. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
PUT https://{server}/rest/vcenter/hlm/multiSddc
Request Body Structure:
{
"spec" : {
"feature_enabled" : true
}
}
"spec" : {
"feature_enabled" : true
}
}
Request Body Parameters:
| Name | Type | Description |
|---|---|---|
| bold = required | ||
| spec | config_spec | |
| spec.feature_enabled | boolean | Sets if MultiSddc feature to enabled or disabled on the appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Response:
HTTP Status Code: 200
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 500 | error | if the system reports an error while responding to the request. |
| 403 | unauthorized | if the user is not authorized to perform this operation. |