The Host Image Object holds details on Images and apps available when configuring a server.
| Field | Type | Example | Description | 
|---|---|---|---|
| id | 
 | 1 | The unique ID for the Image. | 
| name | 
 | "Ubuntu" / "Debian" / "Wordpress" | The name of the Image. This is often the Linux distribution or one-click app name. | 
| type | 
 | "image" or "app" | The type of the image: image or app. | 
| minDiskSize | 
 | 20 | The minimum disk size available in GB. | 
| unavailableRegions | 
 | [ "ams2", "lon1" ] | A list of unavailable subregion IDs. | 
| version | 
 | The default/recommended image version. | |
| versions | 
 | A list of all the image versions supported. | |
| extraCostPerMonth | 
 | 0 | Extra monthly cost. | 
| windows | 
 | false | Flag to determine if the image is Windows-based. | 
