Update Virtual Center V4
All the listed privileges are required -
Privileges | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Caller should have permission to this privilege, to perform this operation. |
id
Show optional properties
{
"display_name": "vc1.example.com",
"enabled": true,
"limits": {
"instant_clone_engine_provisioning_limit": 20,
"instant_clone_maintenance_limit": 12,
"power_operations_limit": 50,
"provisioning_limit": 20
},
"password": [
{}
],
"port": 443,
"server_name": "vc1.example.com",
"storage_accelerator_data": {
"default_cache_size_mb": 1024,
"enabled": false,
"host_overrides": [
{
"cache_size_mb": 2048,
"path": "/path/host"
}
]
},
"user_name": "[email protected]"
}
{
"certificate_override": {
"certificate": "string",
"type": "PEM"
},
"description": "Virtual Center Server",
"display_name": "vc1.example.com",
"enabled": true,
"instant_clone_debug_enabled": false,
"limits": {
"instant_clone_engine_provisioning_limit": 20,
"instant_clone_maintenance_limit": 12,
"power_operations_limit": 50,
"provisioning_limit": 20
},
"maintenance_mode": false,
"password": [
"<password>"
],
"port": 443,
"se_sparse_reclamation_enabled": true,
"server_name": "vc1.example.com",
"storage_accelerator_data": {
"default_cache_size_mb": 1024,
"enabled": false,
"host_overrides": [
{
"cache_size_mb": 2048,
"path": "/path/host"
}
]
},
"user_name": "[email protected]"
}
Certificate details and type information, which can be used to override thumbprint details.
Human readable description of the Virtual Center instance.
Human readable display name of the virtual center instance.
Indicates if the virtual center is enabled.
Indicates if instant clone debug mode is enabled
Information about the limits configured for Virtual Center
Indicates if maintenance or upgrade task is scheduled on Virtual center or hosts
Password to use for the connection
Port of the virtual center to connect to.
Indicates if Storage Efficiency Sparse (seSparse) reclamation is enabled.
Virtual Center’s server name or IP address
Information about the Storage Accelerator Data
User name to use for the connection.
No Content
Bad Request
User is not authenticated
Access to the resource is forbidden
Not Found
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"display_name:"string","enabled:"boolean","limits:"object","password":["string"],"port:"integer","server_name:"string","storage_accelerator_data:"object","user_name:"string"}' https://{api_host}/rest/config/v4/virtual-centers/{id}