Vcenter Deployment Size Spec
The Vcenter Deployment Size Spec schema contains information needed to resize vcenter deployment. For example, targetDeploymentSize, credentials needed to connect to vCenter and so on.
This schema was added in vSphere API 9.1.0.0.
{
"deployment_size": "string",
"connection": {
"hostname": "string",
"username": "string",
"password": "string",
"https_port": 0,
"ssl_verify": false
},
"defer_service_restart": false
}
The desired deployment size of the vcenter. For scale up operation, it can only be a size higher than the current vcenter size.
For more information see: Vcenter Deployment DeploymentSize.
This property was added in vSphere API 9.1.0.0.
The connection schema contains the credential details of the container that can be a host or a management vCenter. This container should have the vCenter that is to be resized.
This property was added in vSphere API 9.1.0.0.
The flag to indicate if the restart of vCenter services is to be deferred to a later time.
This property was added in vSphere API 9.1.0.0.
This property if missing or null or set with value false will cause the restart of vCenter services. If set to true , it will not restart the vCenter services