Apache CloudStack 4.23.0.0 Root Admin API Reference
updateHypervisorCapabilities
Updates a hypervisor capabilities.
Request parameters
| Parameter Name | Description | Required |
| hypervisor | The hypervisor for which the hypervisor capabilities are to be updated | false |
| hypervisorversion | The hypervisor version for which the hypervisor capabilities are to be updated | false |
| id | ID of the hypervisor capability | false |
| maxdatavolumeslimit | The maximum number of Data Volumes that can be attached to an Instance for this hypervisor. | false |
| maxguestslimit | The maximum number of Guest Instances per host for this hypervisor. | false |
| maxhostspercluster | The maximum number of the hypervisor hosts per cluster | false |
| securitygroupenabled | Set true to enable security group for this hypervisor. | false |
| storagemotionenabled | Set true to enable storage motion support for this hypervisor | false |
| vmsnapshotenabled | Set true to enable Instance Snapshots for this hypervisor | false |
Response Tags
| Response Name | Description |
| id | The hypervisor capability ID |
| hypervisor | The hypervisor type |
| hypervisorversion | The hypervisor version |
| maxdatavolumeslimit | The maximum number of Data Volumes that can be attached for this hypervisor |
| maxguestslimit | The maximum number of guest Instances recommended for this hypervisor |
| maxhostspercluster | The maximum number of Hosts per cluster for this hypervisor |
| securitygroupenabled | True if security group is supported |
| storagemotionenabled | True if storage motion is supported |
| vmsnapshotenabled | True if Instance Snapshots are enabled for this hypervisor |