Apache CloudStack 4.18.0.0 Root Admin API Reference
addGuestOsMapping
Adds a guest OS name to hypervisor OS name mapping
Request parameters
Parameter Name | Description | Required |
hypervisor | Hypervisor type. One of : XenServer, KVM, VMWare | true |
hypervisorversion | Hypervisor version to create the mapping for. Use 'default' for default versions | true |
osnameforhypervisor | OS name specific to the hypervisor | true |
osdisplayname | Display Name of Guest OS standard type. Either Display Name or UUID must be passed | false |
ostypeid | UUID of Guest OS type. Either the UUID or Display Name must be passed | false |
Response Tags
Response Name | Description |
id | the ID of the Guest OS mapping |
hypervisor | the hypervisor |
hypervisorversion | version of the hypervisor for mapping |
isuserdefined | is the mapping user defined |
osdisplayname | standard display name for the Guest OS |
osnameforhypervisor | hypervisor specific name for the Guest OS |
ostypeid | the ID of the Guest OS type |