Apache CloudStack 4.23.0.0 Root Admin API Reference
listOsTypes
Lists all supported OS types for this cloud.
Request parameters
| Parameter Name | Description | Required |
| description | List OS by description | false |
| fordisplay | list resources by display flag; only ROOT admin is eligible to pass this parameter | false |
| id | List by OS type ID | false |
| ids | Comma separated list of OS types | false |
| keyword | List by keyword | false |
| oscategoryid | List by OS Category ID | false |
| page | false | |
| pagesize | false |
Response Tags
| Response Name | Description |
| id | The ID of the OS type |
| description | The name/description of the OS type |
| fordisplay | Is the guest OS visible for the users |
| isuserdefined | Is the guest OS user defined |
| name | The name of the OS type |
| oscategoryid | The ID of the OS category |
| oscategoryname | The name of the OS category |